Skip to content

Commit

Permalink
ci: avoid dist double zip (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
meronz authored Sep 21, 2024
1 parent db0feff commit be91666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v4
with:
name: dist zip
path: dist.zip
name: dist
path: dist/

0 comments on commit be91666

Please sign in to comment.