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