Skip to content

Commit 5f71097

Browse files
authored
update: archive folder for tar
1 parent 4c960e3 commit 5f71097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-artifact.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
cache: 'npm'
2929
- run: npm i --global yarn
3030
- run: yarn install
31-
- run: tar -czf local-addon-instant-reload-with-php.tar.gz ./
31+
- run: tar -czf archive/local-addon-instant-reload-with-php.tar.gz --exclude=./archive .
3232
- name: Archive production artifacts
3333
uses: actions/upload-artifact@v3
3434
with:
3535
name: local addon
36-
path: local-addon-instant-reload-with-php.tar.gz
36+
path: archive/local-addon-instant-reload-with-php.tar.gz

0 commit comments

Comments
 (0)