Compare commits

..

No commits in common. "0c7f6dd6288053e7a9f00f4fff00e62ff3c78aa5" and "91b5e584a6604d64731bf96ebfaaf371c73c8788" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -100,7 +100,7 @@ jobs:
python -m pip install yaclog
- name: Download Build Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
- name: Zip Download Packages
run: |
@ -126,9 +126,6 @@ jobs:
run: |
gh release create ${{ github.ref_name }} \
--notes "$(yaclog show -mb)" \
--title "Version $(yaclog show -n)" \
bundled/ConformalDecals-*.zip \
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
--title "Version $(yaclog show -n)"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,7 +8,7 @@ Conformal Decals adds a set of decal stickers to KSP, as well as providing a fra
## Dependencies
Required:
- KSP (1.8.x to 1.12.x)
- KSP (1.8.x to 1.10.x)
- B9 Part Switch (2.18.0). Bundled with release.
- ModuleManager (4.1.4). Bundled with release.
- Shabby (0.2.0 unofficial build). Bundled with release.