This commit is contained in:
Michał Zieliński
2025-09-13 21:31:43 +02:00
parent 0fe2a555b4
commit 8ef949d0fc

View File

@@ -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