diff --git a/.github/workflows/Create_Public_Release.yml b/.github/workflows/Create_Public_Release.yml index d912b8e..76f1ed9 100644 --- a/.github/workflows/Create_Public_Release.yml +++ b/.github/workflows/Create_Public_Release.yml @@ -45,6 +45,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./*.tgz + asset_path: ./test-1.0.0.tgz asset_name: package.tgz asset_content_type: application/gzip