Skip to content

Commit

Permalink
Upload artifacts in batches (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt authored Sep 17, 2024
1 parent 3061829 commit 887d12e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,14 @@ jobs:
- uses: softprops/action-gh-release@v2.0.8
with:
files: |
**/*.xz
**/*opi5*.xz
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: softprops/action-gh-release@v2.0.8
with:
files: |
**/!(*opi5*).xz
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 887d12e

Please sign in to comment.