release things

This commit is contained in:
2024-10-27 05:12:02 +01:00
parent d29e128afe
commit 0eb91db3a5
3 changed files with 4 additions and 45 deletions

View File

@@ -7,11 +7,11 @@ on:
env: env:
GODOT_VERSION: 3.6 GODOT_VERSION: 3.6
EXPORT_NAME: gymkhana EXPORT_NAME: gymkhana
PROJECT_PATH: gymkhana PROJECT_PATH: .
jobs: jobs:
export-linux: export-linux:
name: Linux Export name: Linux Export
runs-on: ubuntu-20.04 runs-on: act-latest
container: container:
image: barichello/godot-ci:3.6 image: barichello/godot-ci:3.6
steps: steps:

View File

@@ -1,41 +0,0 @@
name: Gymkhana release
run-name: ${{ gitea.actor }} is releasing out Gymkhanikas de Uli 🚀
on:
push:
branches: [ gymkhana/main ]
env:
GODOT_VERSION: 3.5.2
EXPORT_NAME: gymkhana
PROJECT_PATH: gymkhana
jobs:
export-linux:
name: Linux Export
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:3.5.2
steps:
- uses: actions/setup-node@v3
with:
# Version Spec of the version to use in SemVer notation.
# It also emits such aliases as lts, latest, nightly and canary builds
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: '16.x'
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/templates
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
- name: Linux Build
run: |
mkdir -v -p build/linux
cd $PROJECT_PATH
godot -v --export "Linux/X11" ../build/linux/$EXPORT_NAME.x86_64
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: linux
path: build/linux

View File

@@ -95,7 +95,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="*.esc, *.csv" include_filter="*.esc, *.csv"
exclude_filter="" exclude_filter=""
export_path="../gymkhana.x86_64" export_path="../Gymkhana.x86_64"
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@@ -118,7 +118,7 @@ platform="HTML5"
runnable=true runnable=true
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="*.esc" include_filter="*.esc *.csv"
exclude_filter="" exclude_filter=""
export_path="../gymkhana-export-html/index.html" export_path="../gymkhana-export-html/index.html"
script_export_mode=1 script_export_mode=1