Compare commits

...

3 Commits

Author SHA1 Message Date
0c7f6dd628
Update KSP version in README.md 2024-05-16 19:32:11 -07:00
883c027a1a Upload bundle in release 2024-05-16 19:23:25 -07:00
d51b240c6c Use download-artifact@v4 2024-05-16 19:17:36 -07:00
2 changed files with 6 additions and 3 deletions

View File

@ -100,7 +100,7 @@ jobs:
python -m pip install yaclog python -m pip install yaclog
- name: Download Build Artifacts - name: Download Build Artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
- name: Zip Download Packages - name: Zip Download Packages
run: | run: |
@ -126,6 +126,9 @@ jobs:
run: | run: |
gh release create ${{ github.ref_name }} \ gh release create ${{ github.ref_name }} \
--notes "$(yaclog show -mb)" \ --notes "$(yaclog show -mb)" \
--title "Version $(yaclog show -n)" --title "Version $(yaclog show -n)" \
bundled/ConformalDecals-*.zip \
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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 ## Dependencies
Required: Required:
- KSP (1.8.x to 1.10.x) - KSP (1.8.x to 1.12.x)
- B9 Part Switch (2.18.0). Bundled with release. - B9 Part Switch (2.18.0). Bundled with release.
- ModuleManager (4.1.4). Bundled with release. - ModuleManager (4.1.4). Bundled with release.
- Shabby (0.2.0 unofficial build). Bundled with release. - Shabby (0.2.0 unofficial build). Bundled with release.