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 14e49e3 commit d9ad522
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,12 @@ 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: actions/upload-artifact@v4
uses: skx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: sdk-artifacts
path: ${{ github.workspace }}/*.tar.gz
args: ${{github.workspace}}/sdk/*.tar.gz
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit d9ad522

Please sign in to comment.