Last touches

hotfix
Andrew Cassidy 2 years ago
parent dd405a21db
commit 210d326469

@ -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 }}

@ -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:

Loading…
Cancel
Save