Skip to content

Commit 6706340

Browse files
committed
Fix package job
1 parent 7acc8e3 commit 6706340

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Build binary & package"
1+
name: "Package camera-streamer-stack"
22

33
on:
44
workflow_dispatch:
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
package:
1313
name: "Package"
14-
needs: build
1514
runs-on: ubuntu-latest
1615

1716
outputs:
@@ -64,9 +63,7 @@ jobs:
6463
name: "Release"
6564
runs-on: ubuntu-latest
6665

67-
needs:
68-
- build
69-
- package
66+
needs: package
7067

7168
outputs:
7269
release-assets: ${{ steps.create_release.outputs.assets }}

0 commit comments

Comments
 (0)