Skip to content

Commit

Permalink
Changed to zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
w9cf committed Sep 24, 2022
1 parent e2ed025 commit 3ec60ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,16 @@ jobs:
rm -rf tmp
mkdir -p tmp
cp python/dist/cwsim.exe tmp/cwsim.exe
cd tmp
zip cwsim_windows_exe.zip cwsim.exe
cd ..
echo Done
- name: Upload the artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: tmp/cwsim.exe
asset_name: cwsim.exe
asset_path: tmp/cwsim_windows_exe.zip
asset_name: cwsim_windows_exe.zip
asset_content_type: application/octet-stream

0 comments on commit 3ec60ed

Please sign in to comment.