Skip to content

Commit

Permalink
I hate bash
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed May 18, 2024
1 parent 65031be commit eda0423
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ksp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
- name: Get version name and body
run: |
echo "VERSION_TITLE=$(yaclog show -n)" >> $GITHUB_ENV
echo "VERSION_CHANGELOG=$(yaclog show -mb)" >> $GITHUB_ENV
yaclog show
- name: Download Build Artifacts
Expand All @@ -124,7 +123,7 @@ jobs:
-c ./cookies "https://spacedock.info/api/login"
curl -c ./cookies -b ./cookies \
-F "version=$VERSION_TITLE" \
-F "changelog=$VERSION_CHANGELOG" \
-F "changelog=$(yaclog show -mb)" \
-F "game-version=1.12.3" \
-F "notify-followers=yes" \
-F "zipball=@bundled/ConformalDecals-$VERSION_TITLE.zip" \
Expand All @@ -134,7 +133,7 @@ jobs:
run: |
set -u
gh release create ${{ github.ref_name }} \
--notes "$VERSION_CHANGELOG" \
--notes "$(yaclog show -mb)" \
--title "Version $VERSION_TITLE" \
bundled/ConformalDecals-*.zip
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
Expand Down

0 comments on commit eda0423

Please sign in to comment.