Don't ship web code

This commit is contained in:
Brandon Sturgeon 2024-08-28 22:01:47 -07:00
parent e2f8ed2423
commit c3a2e376a5
No known key found for this signature in database
GPG Key ID: 4D9CA14556A023AD

View File

@ -27,11 +27,8 @@ jobs:
- name: Build Lua
run: moonc -t lua moon/*
- name: Remove moon
run: rm -rf moon
- name: Remove github dir
run: rm -rf .github
- name: Remove extra dirs
run: rm -rf moon web .github
- name: Create VERSION file
run: versionStr=${{ github.ref }};echo -e v${versionStr#*v} > VERSION