Skip to content

Commit 4877cb5

Browse files
committed
[CI] Add package-rpm to release job deps
Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com> (cherry picked from commit 0d0c91b)
1 parent e4bb16c commit 4877cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
make-release:
55
name: Publish release
66
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
7-
needs: [build-ubuntu, build-macos, build-windows, package-deb]
7+
needs: [build-ubuntu, build-macos, build-windows, package-deb, package-rpm]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)