mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Compare commits
3 Commits
91b5e584a6
...
0c7f6dd628
Author | SHA1 | Date | |
---|---|---|---|
0c7f6dd628 | |||
883c027a1a | |||
d51b240c6c |
7
.github/workflows/ksp-publish.yml
vendored
7
.github/workflows/ksp-publish.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
python -m pip install yaclog
|
||||
|
||||
- name: Download Build Artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
- name: Zip Download Packages
|
||||
run: |
|
||||
@ -126,6 +126,9 @@ jobs:
|
||||
run: |
|
||||
gh release create ${{ github.ref_name }} \
|
||||
--notes "$(yaclog show -mb)" \
|
||||
--title "Version $(yaclog show -n)"
|
||||
--title "Version $(yaclog show -n)" \
|
||||
bundled/ConformalDecals-*.zip \
|
||||
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -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.10.x)
|
||||
- KSP (1.8.x to 1.12.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.
|
||||
|
Loading…
Reference in New Issue
Block a user