Added gitea publish action
itch.io publish action / build (mac) (push) Has been cancelled Details
itch.io publish action / build (windows) (push) Has been cancelled Details
itch.io publish action / build (linux) (push) Has been cancelled Details

This commit is contained in:
Rob Kelly 2025-01-10 18:50:15 -07:00
parent 0acfa25b19
commit 7f964229f8
2 changed files with 34 additions and 3 deletions

View File

@ -0,0 +1,31 @@
name: itch.io publish action
run-name: ${{ gitea.actor }} is publishing ${{ gitea.repository }} ${{ gitea.ref }} to itch.io.
on:
push:
branches:
- ci-test
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
env:
PNAME: ${{ gitea.event.repository.name }}
strategy:
matrix:
platform: [linux, mac, windows]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
- name: Build project
uses: yeslayla/build-godot-action@v1.5.0
with:
name: gfolf
preset: ${{ matrix.platform }}
debugMode: "true"
- name: Upload artifact
uses: actions/upload-artifact@v4

View File

@ -1,6 +1,6 @@
[preset.0] [preset.0]
name="Linux" name="linux"
platform="Linux" platform="Linux"
runnable=true runnable=true
advanced_options=true advanced_options=true
@ -40,7 +40,7 @@ rm -rf \"{temp_dir}\""
[preset.1] [preset.1]
name="Windows Desktop" name="windows"
platform="Windows Desktop" platform="Windows Desktop"
runnable=true runnable=true
advanced_options=true advanced_options=true
@ -105,7 +105,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
[preset.2] [preset.2]
name="macOS" name="mac"
platform="macOS" platform="macOS"
runnable=true runnable=true
advanced_options=true advanced_options=true