Skip to content

Commit dc5c307

Browse files
committed
Update
1 parent 9bbee6e commit dc5c307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
cd ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts
7676
cp ${{ github.workspace }}/dist/ Release/ -r
7777
cp ../EIMPluginScanner.exe Release/
78-
zip -r EIM.zip Release/
78+
Compress-Archive -Path Release/ -DestinationPath EchoInMirror-windows-x64.zip
7979
8080
- name: Upload binaries to release
8181
uses: svenstaro/upload-release-action@v2
8282
with:
8383
repo_token: ${{ secrets.GITHUB_TOKEN }}
84-
file: ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts/EIM.zip
84+
file: ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts/EchoInMirror-windows-x64.zip
8585
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)