Skip to content

Commit

Permalink
Only upload manifest from Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Jun 7, 2022
1 parent 6c8b316 commit ed111b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# If this worklow was triggered by a release event, upload the release manifest as a GitHub release asset.
- name: Upload release manifest
if: (github.event_name == 'release')
if: (github.event_name == 'release' && startsWith(matrix.os, 'ubuntu'))
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ed111b3

Please sign in to comment.