Skip to content

Commit

Permalink
Upload bundle in release
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed May 17, 2024
1 parent d51b240 commit 883c027
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ksp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 883c027

Please sign in to comment.