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