mirror of
https://github.com/CFC-Servers/cfc_chat_transit.git
synced 2025-03-04 03:03:05 -05:00
Don't ship web code
This commit is contained in:
parent
e2f8ed2423
commit
c3a2e376a5
7
.github/workflows/moonscript_release.yml
vendored
7
.github/workflows/moonscript_release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user