WIP: Build & Release
This commit is contained in:
2
.github/workflows/release-morska.yml
vendored
2
.github/workflows/release-morska.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
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: 'webapi'});
|
await script({github, context, core, jobId: ${{env.job_id}}, name: 'webapi'});
|
||||||
- name: List artifacts
|
- name: List artifacts
|
||||||
run: ls -la ./${{env.job_id}}
|
run: ls -laR ./${{env.job_id}}
|
||||||
- name: Tokenize
|
- name: Tokenize
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user