Skip to content

Commit 605d60e

Browse files
committed
ci fixes
1 parent e499b09 commit 605d60e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,20 @@ jobs:
3434
uses: drewcassidy/[email protected]
3535
with:
3636
mod-name: Shabby
37-
output-path: GameData/shabby-version.cfg
37+
output-path: GameData/Shabby/shabby-version.cfg
3838

3939
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
40+
with:
41+
output-file-name: 'Shabby-${{ steps.yaclog-show.outputs.version}}'
4042

4143
- name: Publish to Github
4244
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4345
run: >
4446
gh release create ${{ github.ref_name }}
4547
--notes-file "${{ steps.yaclog-show.outputs.body-file }}"
4648
--title "${{ steps.yaclog-show.outputs.name }}"
47-
Shabby-*.zip \
48-
Shabby-Release/GameData/Shabby/Shabby.version
49+
Shabby*.zip
50+
GameData/Shabby/Shabby.version
4951
# We publish both the mod AND the version file, that way there's always a static latest version file to compare against
5052
env:
5153
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)