mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Last touches
This commit is contained in:
parent
dd405a21db
commit
210d326469
4
.github/workflows/ksp-publish.yml
vendored
4
.github/workflows/ksp-publish.yml
vendored
@ -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…
Reference in New Issue
Block a user