.
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -20,13 +20,6 @@ jobs:
|
|||||||
name: frontend # Name of the artifact created in the build pipeline
|
name: frontend # Name of the artifact created in the build pipeline
|
||||||
path: ./artifact # Where to download the artifact
|
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
|
# Step 3: Replace tokens in files with GitHub secrets
|
||||||
#- name: Replace tokens in files
|
#- name: Replace tokens in files
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user