Skip to content

Commit

Permalink
Fix the macOS GUI release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandeaual committed Oct 11, 2020
1 parent 910c6fb commit 5a9e506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./tts-deckconverter-macos-amd64.zip
asset_path: ./tts-deckconverter-gui-macos-amd64.zip
asset_name: tts-deckconverter-gui-macos-amd64-${{ steps.tag_name.outputs.tag }}.zip
asset_content_type: application/zip
- name: Upload macOS CLI release asset
Expand Down

0 comments on commit 5a9e506

Please sign in to comment.