Skip to content

Commit

Permalink
Merge pull request #36 from tekktrik/dev/fix-mpy-ignore
Browse files Browse the repository at this point in the history
Fix using ouput of ignore-bundles-arg
  • Loading branch information
dhalbert committed Feb 13, 2024
2 parents 04ef714 + ff157d6 commit 6e1562e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
--filename_prefix ${{ steps.repo-name.outputs.repo-name }} \
--library_location . \
${{ steps.package-prefix-arg.outputs.prefix-arg }} \
${{ steps.ignore-bundles-arg.outputs.prefix-arg }}
${{ steps.ignore-bundles-arg.outputs.ignore-bundles }}
- name: Archive bundles
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion release-gh/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
--filename_prefix ${{ steps.repo-name.outputs.repo-name }} \
--library_location . \
${{ steps.package-prefix-arg.outputs.prefix-arg }} \
${{ steps.ignore-bundles-arg.outputs.prefix-arg }}
${{ steps.ignore-bundles-arg.outputs.ignore-bundles }}
- name: Upload Release Assets
uses: shogo82148/actions-upload-release-asset@v1
with:
Expand Down

0 comments on commit 6e1562e

Please sign in to comment.