Skip to content

Commit

Permalink
Upload artifacts in batches (#8)
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)

* try different negation pattern

---------

Co-authored-by: Plugner <[email protected]>
  • Loading branch information
crschardt and Plugner authored Sep 17, 2024
1 parent 5ed73c7 commit 8397799
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 8397799

Please sign in to comment.