Skip to content

Use env var, fix chmod, correct path #5

Use env var, fix chmod, correct path

Use env var, fix chmod, correct path #5

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Godot
uses: solarlabyrinth/action-setup-godot@v2
with:
version: 4.4.1-stable
- name: Build Game
run: |
cd ./project
mkdir -p ./build
godot --headless --export-debug "Linux" ./build/game.x86_64
- name: Setup Butler
uses: ./
with:
key: ${{ secrets.BUTLER_API_KEY }}
- name: Upload to Itch
run: butler push ./project/build solarlabyrinth/github-action-test:windows