mirror of
https://github.com/CFC-Servers/gm_logger.git
synced 2025-03-04 03:03:01 -05:00
Update moonscript_release workflow to 0.32
This commit is contained in:
parent
0e51684a9d
commit
72137512bb
3
.github/workflows/moonscript_release.yml
vendored
3
.github/workflows/moonscript_release.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
- name: Remove github dir
|
||||
run: rm -rf .github
|
||||
|
||||
- name: Remove .gitignore
|
||||
run: rm -rf .gitignore
|
||||
|
||||
- name: Create VERSION file
|
||||
run: versionStr=${{ github.ref }};echo -e v${versionStr#*v} > VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user