Skip to content

Commit

Permalink
Release stable action: Debug macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Oct 4, 2023
1 parent 47ceb84 commit 576d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: 'Upload DMG/OSX64'
uses: actions/upload-release-asset@v1
env:
VERSION: "${{steps.icestudio_json.outputs.icestudio_version}}"
VERSION: "${{fromJson(steps.icestudio_json.outputs.packageJson).version}}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# -- The upload url is read from the previous job: build-LinWin
Expand Down

0 comments on commit 576d1cf

Please sign in to comment.