Skip to content

Commit

Permalink
Arm build: Another bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed May 14, 2022
1 parent cde2677 commit 7b7fdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
VERSION: "${{fromJson(steps.icestudio_json.outputs.packageJson).version}}"
with:
upload_url: ${{ needs.build-LinWin.outputs.upload_url }}
asset_path: "dist/icestudio-${{env.VERSION}}-Aarch64.zip"
asset_name: "icestudio-${{env.VERSION}}-Aarch64.zip"
asset_path: "dist/icestudio-${{env.VERSION}}-aarch64.zip"
asset_name: "icestudio-${{env.VERSION}}-aarch64.zip"
asset_content_type: application/tar+gzip

0 comments on commit 7b7fdca

Please sign in to comment.