On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-05 22:28:17 +01:00
parent 671e5af4b6
commit 3b42617635

View file

@ -55,7 +55,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/${{env.EXPORT_NAME}}-Linux-*.tar.gz
file: .${{env.EXPORT_NAME}}-Linux-*.tar.gz
tag: ${{env.TAG}}
overwrite: true
file_glob: true