This commit is contained in:
2025-06-01 20:17:40 +02:00
parent 17f0948f30
commit 012c56978e

View File

@@ -4,12 +4,17 @@
# #
name: "godot-ci export" name: "godot-ci export"
on: push on:
push:
tags:
- '*.*.*'
#on: push
env: env:
GODOT_VERSION: 4.3 GODOT_VERSION: 4.3
PROJECT_PATH: . PROJECT_PATH: .
GAME_VERSION: 0.0.8 #GAME_VERSION: 0.0.8
GAME_VERSION: ${{gitea.ref_name}}
EXPORT_NAME: test-project EXPORT_NAME: test-project
jobs: jobs:
@@ -58,10 +63,6 @@ jobs:
- name: Upload Artifact Windows - name: Upload Artifact Windows
run: | run: |
#mkdir -v -p build/$EXPORT_NAME
#mkdir -v -p build/{{$EXPORT_NAME}}
mkdir -v -p build/$EXPORT_NAME"_"$GODOT_VERSION
mkdir -v -p build/"$EXPORT_NAME"_"$GAME_VERSION"
ls -la build ls -la build
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \ curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
--upload-file "build/$EXPORT_NAME"_"$GAME_VERSION.exe" \ --upload-file "build/$EXPORT_NAME"_"$GAME_VERSION.exe" \