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 4eea18b commit a5a4341Copy full SHA for a5a4341
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
shards build lucky --without-development --no-debug --release --static
43
(Get-FileHash ./bin/lucky.exe).Hash | Out-File ./bin/checksums.txt
44
- Compress-Archive -Path ./bin/* -DestinationPath lucky-$GITHUB_REF_NAME-windows-amd64.zip
+ Compress-Archive -Path ./bin/* -DestinationPath lucky-$env:GITHUB_REF_NAME-windows-amd64.zip
45
- uses: actions/upload-artifact@v4
46
with:
47
name: windows
0 commit comments