download artifact before releasing
Periodic refresh of events / Run-Scraper (push) Successful in 35s

This commit is contained in:
2025-04-07 00:54:18 -07:00
parent ad6c910ebb
commit 9f77251b5b
+7 -2
View File
@@ -61,9 +61,14 @@ jobs:
name: calendars name: calendars
path: | path: |
output/ output/
- name: Download production artifacts
uses: christopherhx/gitea-download-artifact@v4
with:
name: calendars
path: calendars
- name: Create new release - name: Create new release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
files: |- files: |-
output/** calendars/**
api_key: '${{secrets.RELEASE_TOKEN}}'