Skip to content

Commit

Permalink
ci: restore glob (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Jun 22, 2024
1 parent 6b61e98 commit 2e19f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: ncipollo/release-action@v1
if: contains(github.ref, 'refs/tags/v')
with:
artifacts: 'artifacts/*'
artifacts: 'artifacts/**/*'
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: false
allowUpdates: true
Expand All @@ -151,7 +151,7 @@ jobs:
uses: ncipollo/release-action@v1
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
with:
artifacts: 'artifacts/*'
artifacts: 'artifacts/**/*'
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: false
replacesArtifacts: true
Expand Down

0 comments on commit 2e19f0e

Please sign in to comment.