There was an error while loading. Please reload this page.
2 parents e9f1e41 + 0520213 commit 69f0ef3Copy full SHA for 69f0ef3
1 file changed
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Rename artifacts (Windows)
86
if: matrix.os == 'windows-latest'
87
run: |
88
- Copy-Item "build/Release/spz_gatekeeper.exe" "${{ matrix.artifact }}"
+ Copy-Item "build/spz_gatekeeper.exe" "${{ matrix.artifact }}"
89
90
- name: Rename artifacts (Linux)
91
if: matrix.os == 'ubuntu-latest'
0 commit comments