Skip to content

Commit 3d1ba0f

Browse files
Update pack-windows.yml
1 parent 2023a6f commit 3d1ba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: echo "bin_path=$(cabal list-bin zwirnzi)" >> "$GITHUB_ENV"
6262

6363
- name: move executable
64-
run: Move-Item -Path '$bin_path' -Destination 'D:\a\zwirnzi\zwirnzi\build\zwirnzi.exe'
64+
run: Move-Item -Path "$bin_path" -Destination 'D:\a\zwirnzi\zwirnzi\build\zwirnzi.exe'
6565

6666

6767
- name: Release

0 commit comments

Comments
 (0)