From c74f974d01cfdf4aa7b95da86462485983022245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 20:09:04 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b9eaa8..e4c1b09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,13 +20,6 @@ jobs: name: frontend # Name of the artifact created in the build pipeline path: ./artifact # Where to download the artifact - # Step 2: Download build artifacts from another workflow (e.g., build pipeline) - - name: Download Backend Artifacts - uses: actions/download-artifact@v4 - with: - name: backend # Name of the artifact created in the build pipeline - path: ./artifact # Where to download the artifact - # Step 3: Replace tokens in files with GitHub secrets #- name: Replace tokens in files # run: |