Data Request API helper #10
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
runs-on: act
|
runs-on: act
|
||||||
needs:
|
needs:
|
||||||
- create-artifacts
|
- create-artifacts
|
||||||
if: vars.RELEASE_TO_FORGEJO == true
|
if: vars.RELEASE_TO_FORGEJO == "yes"
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
name: "Create Github release"
|
name: "Create Github release"
|
||||||
needs:
|
needs:
|
||||||
- create-artifacts
|
- create-artifacts
|
||||||
if: vars.RELEASE_TO_GITHUB == true
|
if: vars.RELEASE_TO_GITHUB == "yes"
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue