1
0
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:
brandonsturgeon 2021-11-22 06:58:27 +00:00 committed by Brandon Sturgeon
parent 0e51684a9d
commit 72137512bb

View File

@ -33,6 +33,9 @@ jobs:
- name: Remove github dir - name: Remove github dir
run: rm -rf .github run: rm -rf .github
- name: Remove .gitignore
run: rm -rf .gitignore
- 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