Skip to content

Commit ce92533

Browse files
committed
Fix archive filename for Linux build in GitHub Actions workflow
1 parent ed20529 commit ce92533

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- os: ubuntu-latest
2020
target: x86_64-unknown-linux-gnu
2121
bin: rust_collatz_solution
22-
archive: rust_collatz_solution-linux-x86_64.tar.gz
22+
archive: rust_collatz_solution-x86_64-linux-gnu.tar.gz
2323
- os: windows-latest
2424
target: x86_64-pc-windows-msvc
2525
bin: rust_collatz_solution.exe
@@ -92,4 +92,3 @@ jobs:
9292
files: dist/**/*
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95-

0 commit comments

Comments
 (0)