just zip the output

This commit is contained in:
2025-04-07 01:32:09 -07:00
parent d4b09e4c90
commit d846816971
+5 -5
View File
@@ -64,12 +64,12 @@ jobs:
name: calendars name: calendars
path: | path: |
output/ output/
- name: Download production artifacts - name: Zip up artifacts
uses: christopherhx/gitea-download-artifact@v4 uses: thedoctor0/zip-release@0.7.5
with: with:
name: calendars type: 'zip'
- name: list filename: 'calendars.zip'
run: ls -al path: output/
- name: Create new release - name: Create new release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with: