Make zip without top-level directory
This commit is contained in:
parent
4a7342be8e
commit
f5a5e2104b
1 changed files with 2 additions and 1 deletions
|
@ -16,11 +16,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
composer install --no-dev --optimize-autoloader
|
composer install --no-dev --optimize-autoloader
|
||||||
composer run build
|
composer run build
|
||||||
|
cd dist
|
||||||
|
|
||||||
- name: Create artifact
|
- name: Create artifact
|
||||||
uses: montudor/action-zip@v0.1.0
|
uses: montudor/action-zip@v0.1.0
|
||||||
with:
|
with:
|
||||||
args: zip -X -r dist/footnotes.zip dist
|
args: zip -X -r footnotes.zip .
|
||||||
|
|
||||||
#- name: WordPress Plugin Deploy
|
#- name: WordPress Plugin Deploy
|
||||||
# id: deploy
|
# id: deploy
|
||||||
|
|
Reference in a new issue