Last touches

This commit is contained in:
Andrew Cassidy 2022-03-10 19:31:16 -08:00
parent dd405a21db
commit 210d326469
2 changed files with 2 additions and 3 deletions

View File

@ -124,7 +124,7 @@ jobs:
-F "game-version=1.12.3" \
-F "notify-followers=yes" \
-F "zipball=@bundled/ConformalDecals-$VERSION_TITLE.zip" \
"https://spacedock.info/api/mod/2994/update"
"https://spacedock.info/api/mod/2451/update"
- name: Publish to Github
uses: softprops/action-gh-release@v1
@ -132,7 +132,7 @@ jobs:
files: |
bundled/ConformalDecals-*.zip
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
name: ${{ env.VERSION_TITLE }}
name: Conformal Decals ${{ env.VERSION_TITLE }}
body_path: RELEASE.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -16,7 +16,6 @@ def run():
if tag.commit == repo.head.commit:
release = True
build = 100000
version = str(yaclog.version.extract_version(tag.name)[0])
break
if not release: