Skip to content

Seem to fix #21 + a lightning issue that causing invisible block #32

Seem to fix #21 + a lightning issue that causing invisible block

Seem to fix #21 + a lightning issue that causing invisible block #32

Workflow file for this run

name: Build love file
on:
push:
branches: [ "remake" ]
pull_request:
branches: [ "remake" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compress Directory
run: zip -r LuaCraft.love ./*
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
name: LuaCraft.love
path: ./LuaCraft.love