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 Feb 1, 2024
1 parent b65acd2 commit f0f3adf
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 @@ -51,7 +51,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 f0f3adf

Please sign in to comment.