Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed May 6, 2024
1 parent c843234 commit 14e49e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ jobs:
for language in nodejs python dotnet go; do
tar -zcf sdk/$language.tar.gz -C sdk/$language .
done
- name: Find artifacts files
run: |
find ./sdk -type f -name '*.tar.gz' -exec cp {} $GITHUB_WORKSPACE \;
- name: Upload artifacts
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/upload-artifact@v4
with:
releaseId: ${{ github.event.release.id }}
args: "./sdk/*.tar.gz"
name: sdk-artifacts
path: ${{ github.workspace }}/*.tar.gz
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 14e49e3

Please sign in to comment.