Skip to content

Commit

Permalink
use wildcard in artifact upload to fix pkg_action
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Sep 9, 2024
1 parent 2ea7312 commit dd093bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.package_name }}
path: packages/${{ matrix.package_name }}
path: "packages/${{ matrix.package_name }}*"

build:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
Expand Down

0 comments on commit dd093bc

Please sign in to comment.