Skip to content

Commit 887d12e

Browse files
authored
Upload artifacts in batches (#30)
1 parent 3061829 commit 887d12e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,14 @@ jobs:
9797
- uses: softprops/[email protected]
9898
with:
9999
files: |
100-
**/*.xz
100+
**/*opi5*.xz
101+
if: startsWith(github.ref, 'refs/tags/v')
102+
env:
103+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104+
- uses: softprops/[email protected]
105+
with:
106+
files: |
107+
**/!(*opi5*).xz
101108
if: startsWith(github.ref, 'refs/tags/v')
102109
env:
103110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)