Skip to content

Commit

Permalink
debug release CI 03
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 17, 2024
1 parent 384f6d7 commit 563e31e
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 @@ -35,14 +35,13 @@ jobs:
- name: build
run: |
make build_python
cp -v ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz python-sdk.tar.gz
ls
cp -v ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz sdk/python.tar.gz
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: python-sdk.tar.gz
path: |
./python-sdk.tar.gz
./sdk/python.tar.gz
- name: publish sdks
uses: pulumi/pulumi-package-publisher@main
with:
Expand Down

0 comments on commit 563e31e

Please sign in to comment.