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