Fix 14
Some checks failed
godot-ci export / build (push) Failing after 1m13s

This commit is contained in:
2025-06-01 19:20:54 +02:00
parent 9f4360b950
commit 8f57d9a0e0

View File

@@ -9,7 +9,7 @@ on: push
env:
GODOT_VERSION: 4.3
PROJECT_PATH: .
GAME_VERSION: 0.0.4
GAME_VERSION: 0.0.5
EXPORT_NAME: test-project
jobs:
@@ -72,7 +72,6 @@ jobs:
run: |
echo $EXPORT_DIR
echo {{$EXPORT_DIR}}
echo ${{EXPORT_DIR}}
echo '${{EXPORT_DIR}}'
echo '${{EXPORT_NAME}}_${{GAME_VERSION}}'
ls -la build
@@ -97,10 +96,9 @@ jobs:
https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/$GAME_VERSION/$EXPORT_NAME.zip
- name: Create release
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |
files: |-
build/**
api_key: '${{ secrets.TOKEN }}'