Skip to content

Commit

Permalink
Fix release path
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 13, 2024
1 parent b40c2a1 commit 4d2fc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: air-${{ matrix.target.name }}
path: air-${{ matrix.target.name }}.zst
path: air-${{ matrix.target.name }}.*
retention-days: 1

release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: air-${{ matrix.target.name }}
path: air-${{ matrix.target.name }}.zst
path: air-${{ matrix.target.name }}.*
retention-days: 1

staging:
Expand Down

0 comments on commit 4d2fc3a

Please sign in to comment.