From ee88ccca6d7c54ed0dd7965bbdfbd08c54b34205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 20:30:49 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4c1b09..e16d2d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,11 @@ -name: Release Pipeline +name: ReleaseIntoMorska on: workflow_dispatch: # Allows manual triggering jobs: release: - name: Release to Server runs-on: ubuntu-latest - steps: # Step 1: Checkout the code - name: Checkout code @@ -17,8 +15,8 @@ jobs: - name: Download Frontend Artifacts uses: actions/download-artifact@v4 with: - name: frontend # Name of the artifact created in the build pipeline - path: ./artifact # Where to download the artifact + run-id: 11989658555 + artifact-name: frontend # Step 3: Replace tokens in files with GitHub secrets #- name: Replace tokens in files