This commit is contained in:
@@ -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 }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user