From d846816971acc2efc13a4aa051e9d6c3b50a11db Mon Sep 17 00:00:00 2001 From: Rufei Zhou Date: Mon, 7 Apr 2025 01:32:09 -0700 Subject: [PATCH] just zip the output --- .gitea/workflows/refresh.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index a2d6c99..f1b9cc9 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -64,12 +64,12 @@ jobs: name: calendars path: | output/ - - name: Download production artifacts - uses: christopherhx/gitea-download-artifact@v4 - with: - name: calendars - - name: list - run: ls -al + - name: Zip up artifacts + uses: thedoctor0/zip-release@0.7.5 + with: + type: 'zip' + filename: 'calendars.zip' + path: output/ - name: Create new release uses: akkuman/gitea-release-action@v1 with: