WIP: Build & Release
This commit is contained in:
2
.github/workflows/release-morska.yml
vendored
2
.github/workflows/release-morska.yml
vendored
@@ -33,14 +33,12 @@ jobs:
|
|||||||
if: ${{ github.event.inputs.job_id == '' }}
|
if: ${{ github.event.inputs.job_id == '' }}
|
||||||
run: echo "job_id=${{ steps.get-build-id.outputs.job_id }}" >> $GITHUB_ENV
|
run: echo "job_id=${{ steps.get-build-id.outputs.job_id }}" >> $GITHUB_ENV
|
||||||
- name: Download frontend artifacts
|
- name: Download frontend artifacts
|
||||||
if: ${{ env.job_id == '' }}
|
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const script = require('./.github/workflows/buildScripts/downloadArtifacts.js');
|
const script = require('./.github/workflows/buildScripts/downloadArtifacts.js');
|
||||||
await script({github, context, core, jobId: ${{env.job_id}}, name: 'frontend'});
|
await script({github, context, core, jobId: ${{env.job_id}}, name: 'frontend'});
|
||||||
- name: Download backend artifacts
|
- name: Download backend artifacts
|
||||||
if: ${{ env.job_id == '' }}
|
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user