Updated tcpdump workflow
This commit is contained in:
parent
3c7a3bbb7b
commit
d5743fc036
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-tcpdump.yml
vendored
2
.github/workflows/build-tcpdump.yml
vendored
|
@ -91,7 +91,7 @@ jobs:
|
||||||
create-release:
|
create-release:
|
||||||
name: Create tcpdump Release
|
name: Create tcpdump Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-x86, build-x86_64, build-armhf, build-aarch64]
|
needs: [build-x86, build-x86_64, build-armhf]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue