Merge pull request 'feature-testing' (#1) from feature-testing into main
All checks were successful
Build Plugin Zip / build-zip (push) Successful in 19s
All checks were successful
Build Plugin Zip / build-zip (push) Successful in 19s
Reviewed-on: #1
This commit is contained in:
commit
a879e7e679
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create zip archive
|
- name: Create zip archive
|
||||||
run: |
|
run: |
|
||||||
|
apt update && apt -y install zip
|
||||||
cd /tmp
|
cd /tmp
|
||||||
zip -r $REPO_NAME.zip $REPO_NAME
|
zip -r $REPO_NAME.zip $REPO_NAME
|
||||||
|
|
||||||
|
@ -34,4 +35,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ env.REPO_NAME }}-plugin-zip
|
name: ${{ env.REPO_NAME }}-plugin-zip
|
||||||
path: /tmp/${{ env.REPO_NAME }}.zip
|
path: /tmp/${{ env.REPO_NAME }}.zip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue