Skip to content

Commit a5a4341

Browse files
authored
fix: powershell env github ref name (#845)
1 parent 4eea18b commit a5a4341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
shards build lucky --without-development --no-debug --release --static
4343
(Get-FileHash ./bin/lucky.exe).Hash | Out-File ./bin/checksums.txt
44-
Compress-Archive -Path ./bin/* -DestinationPath lucky-$GITHUB_REF_NAME-windows-amd64.zip
44+
Compress-Archive -Path ./bin/* -DestinationPath lucky-$env:GITHUB_REF_NAME-windows-amd64.zip
4545
- uses: actions/upload-artifact@v4
4646
with:
4747
name: windows

0 commit comments

Comments
 (0)