mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: update download artifacts in release (#5841)
This commit is contained in:
parent
ac6b5bd4e6
commit
48588ee542
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -304,8 +304,9 @@ jobs:
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
workflow: build.yaml
|
workflow: build.yaml
|
||||||
workflow_conclusion: completed
|
workflow_conclusion: completed
|
||||||
check_artifacts: true
|
|
||||||
name: npm-package
|
name: npm-package
|
||||||
|
check_artifacts: false
|
||||||
|
if_no_artifact_found: fail
|
||||||
|
|
||||||
- name: Decompress npm package
|
- name: Decompress npm package
|
||||||
run: tar -xzf package.tar.gz
|
run: tar -xzf package.tar.gz
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue