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: |
|
||||
composer install --no-dev --optimize-autoloader
|
||||
composer run build
|
||||
cd dist
|
||||
|
||||
- name: Create artifact
|
||||
uses: montudor/action-zip@v0.1.0
|
||||
with:
|
||||
args: zip -X -r dist/footnotes.zip dist
|
||||
args: zip -X -r footnotes.zip .
|
||||
|
||||
#- name: WordPress Plugin Deploy
|
||||
# id: deploy
|
||||
|
|
Reference in a new issue