File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
./target/x86_64-pc-windows-gnu/release/vrc-osc-manager.exe
115
115
116
116
semantic-release :
117
- needs : [ build ]
117
+ needs : [ check-release, build ]
118
118
if : needs.check-release.outputs.new_release_published == 'true'
119
119
runs-on : ubuntu-latest
120
120
Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ plugins:
7
7
- ' @semantic-release/changelog'
8
8
- - '@semantic-release/github'
9
9
- assets :
10
- - path : release-artifacts/vrc-osc-manager
10
+ - path : release-artifacts/linux-x64-binary
11
+ name : vrc-osc-manager
11
12
label : Linux x64 binary
12
- - path : release-artifacts/vrc-osc-manager.exe
13
+ - path : release-artifacts/windows-x64-binary
14
+ name : vrc-osc-manager.exe
13
15
label : Windows x64 binary
14
16
- - '@semantic-release/git'
15
17
- assets :
You can’t perform that action at this time.
0 commit comments