Compare commits

..

No commits in common. "e53029367f493fcf13b133071611e51a8a0f9071" and "bbd774402b1f00d45de6964ac883bc00b20386f9" have entirely different histories.

View file

@ -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