Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colorsakura authored Oct 27, 2023
1 parent 273d35a commit d8bcd8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
name: ${{ matrix.repos }}
if-no-files-found: error

- uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: "packages"
artifacts: "./*/*.zst"
token: ${{ secrets.GITHUB_TOKEN }}

uploadToOneDrive:
runs-on: ubuntu-latest
if: always()
Expand Down

0 comments on commit d8bcd8b

Please sign in to comment.