From eeb551244843338121f4730e65c8e8a33fe83089 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Thu, 5 Oct 2023 10:23:50 +0200 Subject: [PATCH] github action: debug --- .github/workflows/release-stable.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index 05a120f70..42a1fb10a 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -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