mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
ci(npm-publish): fix jobs dependencies (#811)
This commit is contained in:
parent
5c5f441bdd
commit
112a1672d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
name: npm-${{matrix.library}}
|
name: npm-${{matrix.library}}
|
||||||
path: npm-packages/*.tgz
|
path: npm-packages/*.tgz
|
||||||
|
|
||||||
nuget-merge:
|
npm-merge:
|
||||||
name: Merge artifacts
|
name: Merge artifacts
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -103,7 +103,7 @@ jobs:
|
||||||
environment: publish
|
environment: publish
|
||||||
needs:
|
needs:
|
||||||
- preflight
|
- preflight
|
||||||
- build
|
- npm-merge
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download NPM packages artifact
|
- name: Download NPM packages artifact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue