Skip to content

Commit 6e1562e

Browse files
authored
Merge pull request #36 from tekktrik/dev/fix-mpy-ignore
Fix using ouput of ignore-bundles-arg
2 parents 04ef714 + ff157d6 commit 6e1562e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
--filename_prefix ${{ steps.repo-name.outputs.repo-name }} \
108108
--library_location . \
109109
${{ steps.package-prefix-arg.outputs.prefix-arg }} \
110-
${{ steps.ignore-bundles-arg.outputs.prefix-arg }}
110+
${{ steps.ignore-bundles-arg.outputs.ignore-bundles }}
111111
- name: Archive bundles
112112
uses: actions/upload-artifact@v3
113113
with:

release-gh/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
--filename_prefix ${{ steps.repo-name.outputs.repo-name }} \
8989
--library_location . \
9090
${{ steps.package-prefix-arg.outputs.prefix-arg }} \
91-
${{ steps.ignore-bundles-arg.outputs.prefix-arg }}
91+
${{ steps.ignore-bundles-arg.outputs.ignore-bundles }}
9292
- name: Upload Release Assets
9393
uses: shogo82148/actions-upload-release-asset@v1
9494
with:

0 commit comments

Comments
 (0)