Fixed MP issue and added a beta version for develop branch

This commit is contained in:
2024-11-06 08:11:02 +01:00
parent 0534a6e066
commit 46f9e538fd
+3
View File
@@ -66,6 +66,9 @@ jobs:
- run: python3 ./spearhead/SpearheadCompile.py "./spearhead" "./$repo/Spearhead/spearhead.lua"
if: github.ref == 'refs/heads/master'
- run: mkdir -p ./$repo/Spearhead/beta
if: github.ref == 'refs/heads/develop'
- run: python3 ./spearhead/SpearheadCompile.py "./spearhead" "./$repo/Spearhead/beta/spearhead.lua"
if: github.ref == 'refs/heads/develop'