download artifact before releasing
Periodic refresh of events / Run-Scraper (push) Successful in 35s
Periodic refresh of events / Run-Scraper (push) Successful in 35s
This commit is contained in:
@@ -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}}'
|
|
||||||
Reference in New Issue
Block a user