diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e88d22..fad1fbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/github-action-publish-binaries@release-0.14 + 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: