Compare commits

...

2 commits

Author SHA1 Message Date
j
e53029367f Test 2025-06-16 17:38:12 +10:00
j
0ed17379d9 install zip badly 2025-06-16 17:37:19 +10:00

View file

@ -26,6 +26,7 @@ jobs:
- name: Create zip archive
run: |
apt update && apt -y install zip
cd /tmp
zip -r $REPO_NAME.zip $REPO_NAME
@ -34,4 +35,3 @@ jobs:
with:
name: ${{ env.REPO_NAME }}-plugin-zip
path: /tmp/${{ env.REPO_NAME }}.zip