File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,20 @@ jobs:
34
34
uses :
drewcassidy/[email protected]
35
35
with :
36
36
mod-name : Shabby
37
- output-path : GameData/shabby-version.cfg
37
+ output-path : GameData/Shabby/ shabby-version.cfg
38
38
39
39
-
uses :
KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
40
+ with :
41
+ output-file-name : ' Shabby-${{ steps.yaclog-show.outputs.version}}'
40
42
41
43
- name : Publish to Github
42
44
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
43
45
run : >
44
46
gh release create ${{ github.ref_name }}
45
47
--notes-file "${{ steps.yaclog-show.outputs.body-file }}"
46
48
--title "${{ steps.yaclog-show.outputs.name }}"
47
- Shabby- *.zip \
48
- Shabby-Release/ GameData/Shabby/Shabby.version
49
+ Shabby*.zip
50
+ GameData/Shabby/Shabby.version
49
51
# We publish both the mod AND the version file, that way there's always a static latest version file to compare against
50
52
env :
51
53
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments