Skip to content

Commit 2492e7d

Browse files
committed
ci: Change path to exe generated on Windows
1 parent 9397369 commit 2492e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Zip file for Windows
155155
if: matrix.os == 'windows-latest'
156156
run: |
157-
copy target\cats-native-image-source-jar\cats-runner.exe cats.exe
157+
copy target\cats-runner.exe cats.exe
158158
Compress-Archive -Path cats.exe -Destination cats_windows_amd64_${{ github.event.inputs.releaseversion }}.zip
159159
160160
- name: Upload Zip for Windows

0 commit comments

Comments
 (0)