diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index ca14e83..b78a20f 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -69,10 +69,11 @@ jobs: with: type: 'zip' filename: 'calendars.zip' - path: output/ + path: output/** - name: Create new release uses: akkuman/gitea-release-action@v1 with: name: ${{ steps.time.outputs.time }} + md5sum: true files: |- calendars.zip \ No newline at end of file