We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed20529 commit ce92533Copy full SHA for ce92533
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- os: ubuntu-latest
20
target: x86_64-unknown-linux-gnu
21
bin: rust_collatz_solution
22
- archive: rust_collatz_solution-linux-x86_64.tar.gz
+ archive: rust_collatz_solution-x86_64-linux-gnu.tar.gz
23
- os: windows-latest
24
target: x86_64-pc-windows-msvc
25
bin: rust_collatz_solution.exe
@@ -92,4 +92,3 @@ jobs:
92
files: dist/**/*
93
env:
94
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
-
0 commit comments