diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index e5e626a1..aa39a5f8 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -13,7 +13,7 @@ concurrency: env: GODOT_VERSION: 4.2.2 EXPORT_NAME: GD-Test - TAG: v0.0.6 + TAG: v0.0.7 jobs: export-linux: @@ -61,7 +61,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ~/$EXPORT_NAME}}-Linux-64bit.tar.gz + file: ~/$EXPORT_NAME}}-* tag: ${{env.TAG}} overwrite: true file_glob: true \ No newline at end of file