mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix both deployment steps
thanks @DasSkelett!
This commit is contained in:
parent
36cc896b2a
commit
c40f700235
6
.github/workflows/ksp-publish.yml
vendored
6
.github/workflows/ksp-publish.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -F "username=drewcassidy" -F "password=${{ secrets.SPACEDOCK_PASS }}" \
|
curl -F "username=drewcassidy" -F "password=${{ secrets.SPACEDOCK_PASS }}" \
|
||||||
-c ./cookies "https://spacedock.info/api/login"
|
-c ./cookies "https://spacedock.info/api/login"
|
||||||
curl -c ./cookies \
|
curl -c ./cookies -b ./cookies \
|
||||||
-F "version=$VERSION_TITLE" \
|
-F "version=$VERSION_TITLE" \
|
||||||
-F "changelog=$(yaclog show -mb)" \
|
-F "changelog=$(yaclog show -mb)" \
|
||||||
-F "game-version=1.12.3" \
|
-F "game-version=1.12.3" \
|
||||||
@ -129,7 +129,9 @@ jobs:
|
|||||||
- name: Publish to Github
|
- name: Publish to Github
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: bundled/ConformalDecals-*.zip bundled/ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
files: |
|
||||||
|
bundled/ConformalDecals-*.zip
|
||||||
|
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
||||||
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