Skip to content

Commit 0bacb82

Browse files
committed
minor: fix github action for linux build
file to upload did not include architecture.
1 parent 4abc486 commit 0bacb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
uses: softprops/action-gh-release@v1
3030
if: startsWith(github.ref, 'refs/tags/')
3131
with:
32-
files: ./target/release/tome-linux
32+
files: ./target/release/tome-linux_amd64
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
draft: true

0 commit comments

Comments
 (0)