diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index ca6ecd2..ab842de 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -61,9 +61,14 @@ jobs: name: calendars path: | output/ + - name: Download production artifacts + uses: christopherhx/gitea-download-artifact@v4 + with: + name: calendars + path: calendars + - name: Create new release uses: akkuman/gitea-release-action@v1 with: files: |- - output/** - api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file + calendars/** \ No newline at end of file