Skip to content

Commit

Permalink
fix: Fix artifact path again?
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 23, 2023
1 parent 0575548 commit 047e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
tag: ${{ needs.release.outputs.tag_name }}
make_latest: false # Already set for the release
file_glob: true
file: shaka-packager/artifacts/artifacts/*/*
file: shaka-packager/artifacts/artifacts*
overwrite: true

# Surprisingly, Shaka Packager binaries can be installed via npm.
Expand Down

0 comments on commit 047e19b

Please sign in to comment.