Compare commits
No commits in common. "a879e7e6798890ce3757c1956440a90ad4158148" and "bbd774402b1f00d45de6964ac883bc00b20386f9" have entirely different histories.
a879e7e679
...
bbd774402b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,6 @@ jobs:
|
|||
|
||||
- name: Create zip archive
|
||||
run: |
|
||||
apt update && apt -y install zip
|
||||
cd /tmp
|
||||
zip -r $REPO_NAME.zip $REPO_NAME
|
||||
|
||||
|
@ -35,3 +34,4 @@ jobs:
|
|||
with:
|
||||
name: ${{ env.REPO_NAME }}-plugin-zip
|
||||
path: /tmp/${{ env.REPO_NAME }}.zip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue