Skip to content

Commit 69f0ef3

Browse files
authored
Merge pull request #26 from spz-ecosystem/fix/release-windows-artifact-path
fix: Windows artifact path in release.yml
2 parents e9f1e41 + 0520213 commit 69f0ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Rename artifacts (Windows)
8686
if: matrix.os == 'windows-latest'
8787
run: |
88-
Copy-Item "build/Release/spz_gatekeeper.exe" "${{ matrix.artifact }}"
88+
Copy-Item "build/spz_gatekeeper.exe" "${{ matrix.artifact }}"
8989
9090
- name: Rename artifacts (Linux)
9191
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)