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 5f71097 commit ddd1ec5Copy full SHA for ddd1ec5
.github/workflows/build-artifact.js.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
+ - run: mkdir archive
30
- run: npm i --global yarn
31
- run: yarn install
32
- run: tar -czf archive/local-addon-instant-reload-with-php.tar.gz --exclude=./archive .
0 commit comments