.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user