Skip to content

Commit

Permalink
Prevent release.sh from being uploaded as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmtaylor committed Aug 26, 2020
1 parent 28f9877 commit b2858ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: scrcpy
path: release-*
exclude: release.sh
path: |
release-*
!release.sh

0 comments on commit b2858ce

Please sign in to comment.