forked from CFC-Servers/cfc_chat_transit
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
|
- name: Build Lua
|
||||||
run: moonc -t lua moon/*
|
run: moonc -t lua moon/*
|
||||||
|
|
||||||
- name: Remove moon
|
- name: Remove extra dirs
|
||||||
run: rm -rf moon
|
run: rm -rf moon web .github
|
||||||
|
|
||||||
- name: Remove github dir
|
|
||||||
run: rm -rf .github
|
|
||||||
|
|
||||||
- name: Create VERSION file
|
- name: Create VERSION file
|
||||||
run: versionStr=${{ github.ref }};echo -e v${versionStr#*v} > VERSION
|
run: versionStr=${{ github.ref }};echo -e v${versionStr#*v} > VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user