Skip to content

Commit

Permalink
github action: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Oct 5, 2023
1 parent b78dc69 commit eeb5512
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,16 @@ jobs:
# -- Upload the Windows binaries to the release
# ---------------------------------------
- name: 'Upload MSI/win64'
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v1
env:
VERSION: "${{steps.icestudio_json.outputs.icestudio_version}}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_name: "icestudio-${{env.VERSION}}-win64.exe"
asset_path: "dist/icestudio-${{env.VERSION}}-win64.exe"
asset_content_type: application/tar+gzip
files: "dist/icestudio-${{env.VERSION}}-win64.exe"
#upload_url: ${{ steps.create_release.outputs.upload_url }}
#asset_name: "icestudio-${{env.VERSION}}-win64.exe"
#asset_path: "dist/icestudio-${{env.VERSION}}-win64.exe"
#asset_content_type: application/tar+gzip

- name: 'Upload ZIP/win64'
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit eeb5512

Please sign in to comment.