Skip to content

Commit

Permalink
debug npm release CI 05
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 1359adf commit 4fef4da
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,20 @@ jobs:
make build_nodejs
cp -v ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz sdk/python.tar.gz
cd sdk/nodejs/ && npm pack && cd ../../
ls sdk/nodejs/
cp -v sdk/nodejs/pulumi-outscale-*tgz sdk/nodejs-sdk.tar.gz
- name: Upload artifacts
cp -v sdk/nodejs/pulumi-outscale-*tgz sdk/nodejs.tar.gz
ls sdk/
- name: Upload python artifacts
uses: actions/upload-artifact@v4
with:
name: python-sdk.tar.gz
path: |
./sdk/python.tar.gz
- name: Upload nodejs artifacts
uses: actions/upload-artifact@v4
with:
name: nodejs-sdk.tar.gz
path: |
./sdk/nodejs.tar.gz
- name: publish sdks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4fef4da

Please sign in to comment.