On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-06 01:13:42 +01:00
parent f239ff0a77
commit 9a18107390

View file

@ -61,7 +61,7 @@ jobs:
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ~/${EXPORT_NAME}-* file: /github/home/GD-Test-*
tag: ${{env.TAG}} tag: ${{env.TAG}}
overwrite: true overwrite: true
file_glob: true file_glob: true