We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feb916 commit 8530740Copy full SHA for 8530740
1 file changed
.github/workflows/publish.js.yml
@@ -61,7 +61,7 @@ jobs:
61
DESTINATION: ${{ matrix.config.destination }}
62
WD: ${{ matrix.config.wd }}
63
ZIP_PKG_NAME: ${{ matrix.config.zip_name }}
64
- ARCHS: ${{ matrix.config.archs }}
+ ARCHS: ${{ matrix.config.archs || '' }}
65
- name: Upload artifact
66
uses: actions/upload-artifact@v4
67
with:
0 commit comments