mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
More shenanigans
This commit is contained in:
parent
b61f71bc00
commit
41b15477fb
9
.github/workflows/ksp-publish.yml
vendored
9
.github/workflows/ksp-publish.yml
vendored
@ -108,8 +108,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Zip Download Packages
|
- name: Zip Download Packages
|
||||||
run: |
|
run: |
|
||||||
zip -r ConformalDecals-$VERSION_TITLE-unbundled.zip ConformalDecals-unbundled/*
|
mkdir bundled
|
||||||
zip -r ConformalDecals-$VERSION_TITLE.zip ConformalDecals/*
|
mkdir unbundled
|
||||||
|
zip -r bundled/ConformalDecals-$VERSION_TITLE.zip ConformalDecals/*
|
||||||
|
zip -r unbundled/ConformalDecals-$VERSION_TITLE.zip ConformalDecals-unbundled/*
|
||||||
ls
|
ls
|
||||||
|
|
||||||
- name: Publish to Spacedock
|
- name: Publish to Spacedock
|
||||||
@ -127,8 +129,7 @@ jobs:
|
|||||||
- name: Publish to Github
|
- name: Publish to Github
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: ConformalDecals-${{ env.VERSION_TITLE }}.zip ConformalDecals*/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
files: bundled/ConformalDecals-*.zip bundled/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