We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbee6e commit dc5c307Copy full SHA for dc5c307
.github/workflows/release.yml
@@ -75,11 +75,11 @@ jobs:
75
cd ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts
76
cp ${{ github.workspace }}/dist/ Release/ -r
77
cp ../EIMPluginScanner.exe Release/
78
- zip -r EIM.zip Release/
+ Compress-Archive -Path Release/ -DestinationPath EchoInMirror-windows-x64.zip
79
80
- name: Upload binaries to release
81
uses: svenstaro/upload-release-action@v2
82
with:
83
repo_token: ${{ secrets.GITHUB_TOKEN }}
84
- file: ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts/EIM.zip
+ file: ${{ github.workspace }}/builds/ninja-multi-vcpkg/EIM_artefacts/EchoInMirror-windows-x64.zip
85
tag: ${{ github.ref }}
0 commit comments