This commit is contained in:
Michał Zieliński
2024-11-23 20:34:32 +01:00
parent ee88ccca6d
commit a537733a5b

View File

@@ -7,16 +7,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the code
- name: Checkout code
uses: actions/checkout@v3
# Step 2: Download build artifacts from another workflow (e.g., build pipeline)
- name: Download Frontend Artifacts
uses: actions/download-artifact@v4
with:
run-id: 11989658555
artifact-name: frontend
name: frontend
# Step 3: Replace tokens in files with GitHub secrets
#- name: Replace tokens in files