mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix speeling
This commit is contained in:
parent
c40f700235
commit
dd405a21db
5
.github/workflows/ksp-publish.yml
vendored
5
.github/workflows/ksp-publish.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Version Info
|
- name: Generate Version Info
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION_TILE=$(yaclog show -n)" >> $GITHUB_ENV
|
echo "VERSION_TITLE=$(yaclog show -n)" >> $GITHUB_ENV
|
||||||
python Scripts/version.py
|
python Scripts/version.py
|
||||||
yaclog-ksp -n "Conformal Decals"
|
yaclog-ksp -n "Conformal Decals"
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get version name and body
|
- name: Get version name and body
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION_TILE=$(yaclog show -n)" >> $GITHUB_ENV
|
echo "VERSION_TITLE=$(yaclog show -n)" >> $GITHUB_ENV
|
||||||
echo "$(yaclog show -mb)" >> RELEASE.md
|
echo "$(yaclog show -mb)" >> RELEASE.md
|
||||||
|
|
||||||
- name: Download Build Artifacts
|
- name: Download Build Artifacts
|
||||||
@ -132,6 +132,7 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
bundled/ConformalDecals-*.zip
|
bundled/ConformalDecals-*.zip
|
||||||
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
||||||
|
name: ${{ env.VERSION_TITLE }}
|
||||||
body_path: RELEASE.md
|
body_path: RELEASE.md
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user