release
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download frontend artifact
|
- name: Download frontend artifact
|
||||||
env:
|
env:
|
||||||
GITEA_PAT: ${{ secrets.GITEA_PAT }}
|
GITEA_PAT: ${{ secrets.GITEATOKEN }}
|
||||||
ARTIFACT_NAME: frontend
|
ARTIFACT_NAME: frontend
|
||||||
RUN_ID: ${{ steps.resolve.outputs.run_id }}
|
RUN_ID: ${{ steps.resolve.outputs.run_id }}
|
||||||
OUTPUT_DIR: artifacts/frontend
|
OUTPUT_DIR: artifacts/frontend
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download webapi artifact
|
- name: Download webapi artifact
|
||||||
env:
|
env:
|
||||||
GITEA_PAT: ${{ secrets.GITEA_PAT }}
|
GITEA_PAT: ${{ secrets.GITEATOKEN }}
|
||||||
ARTIFACT_NAME: webapi
|
ARTIFACT_NAME: webapi
|
||||||
RUN_ID: ${{ steps.resolve.outputs.run_id }}
|
RUN_ID: ${{ steps.resolve.outputs.run_id }}
|
||||||
OUTPUT_DIR: artifacts/webapi
|
OUTPUT_DIR: artifacts/webapi
|
||||||
|
|||||||
Reference in New Issue
Block a user