Skip to content

Commit

Permalink
Upload artifact only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jun 1, 2024
1 parent d045607 commit 2895657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
shell: "bash"
run: '[ -z "$(git status --porcelain ./types/ ./dist/ ./docs/)" ] || { git diff >&2; exit 1; }'
- name: "Upload dist artifact"
if: "runner.os == 'Linux'"
uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808"
with:
name: "dist"
Expand Down

0 comments on commit 2895657

Please sign in to comment.