diff --git a/.github/workflows/Create_Public_Release.yml b/.github/workflows/Create_Public_Release.yml index 01b4e5d..ccef2f6 100644 --- a/.github/workflows/Create_Public_Release.yml +++ b/.github/workflows/Create_Public_Release.yml @@ -49,6 +49,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./test-${{ github.event.inputs.version }}.tgz + asset_path: ./test-*.tgz asset_name: test-${{ github.event.inputs.version }}.tgz asset_content_type: application/gzip