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: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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) # Step 2: Download build artifacts from another workflow (e.g., build pipeline)
- name: Download Frontend Artifacts - name: Download Frontend Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
run-id: 11989658555 run-id: 11989658555
artifact-name: frontend name: frontend
# Step 3: Replace tokens in files with GitHub secrets # Step 3: Replace tokens in files with GitHub secrets
#- name: Replace tokens in files #- name: Replace tokens in files