Skip to content

Commit

Permalink
debug npm release CI 06
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 24, 2024
1 parent 4fef4da commit 0dc6036
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
make build_python
make build_nodejs
cp -v ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz sdk/python.tar.gz
cd sdk/nodejs/ && npm pack && cd ../../
cp -v sdk/nodejs/pulumi-outscale-*tgz sdk/nodejs.tar.gz
ls sdk/
cd sdk/nodejs/bin/ && npm pack && cd ../../
cp -v sdk/nodejs/bin/pulumi-outscale-*tgz sdk/nodejs.tar.gz
- name: Upload python artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0dc6036

Please sign in to comment.