draft: false
prerelease: false
- - name: Compress
- run: 7za windows.zip gwion.exe
+# - name: Compress
+# run: 7za windows.zip gwion.exe
- name: Upload Release Asset
id: upload-release-asset
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
- asset_path: ./windows.zip
- asset_name: windows.zip
+ asset_path: ./gwion.exe
+ asset_name: gwion-for-windows.exe
asset_content_type: application/octet-stream