Skip to content

Commit

Permalink
Merge pull request #39 from exoego/ci
Browse files Browse the repository at this point in the history
ci: upload multiple paths together for better perf
  • Loading branch information
exoego authored Jun 1, 2024
2 parents a021aed + 40e4809 commit 06f5a3d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
name: dist
path: dist
- uses: actions/upload-artifact@v4
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
name: action.yaml
path: action.yaml
name: distribution
path: |
dist/
action.yaml

0 comments on commit 06f5a3d

Please sign in to comment.