Skip to content

Commit

Permalink
Upload-artifacts-in-batches (#9)
Browse files Browse the repository at this point in the history
* split the upload into two batches to see if that helps

* Add Orange Pi 5 Max (PhotonVision#29)

* Merge remote-tracking branch 'origin/master' into upload-artifacts-in-batches

* try different negation pattern

* Merge branch 'master' into upload-artifacts-in-batches

* Another negated pattern

* Merge branch 'master' into upload-artifacts-in-batches
  • Loading branch information
crschardt committed Sep 17, 2024
1 parent 8397799 commit 09beb84
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 @@ -104,7 +104,7 @@ jobs:
- uses: softprops/[email protected]
with:
files: |
**/*!(*opi5*).xz
**/!(*opi5*).xz
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09beb84

Please sign in to comment.