Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Oct 16, 2024
1 parent aade70d commit 8ae816c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/latest-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
- name: Download latest driverkit artifact
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
branch: master
name: driverkit_*_linux_amd64.tar.gz
name_is_regexp: 'true'
name: driverkit-amd64
workflow: release.yml
repo: falcosecurity/driverkit

Expand All @@ -89,9 +87,7 @@ jobs:
- name: Download latest driverkit artifact
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
branch: master
name: driverkit_*_linux_arm64.tar.gz
name_is_regexp: 'true'
name: driverkit-amd64
workflow: release.yml
repo: falcosecurity/driverkit

Expand Down

0 comments on commit 8ae816c

Please sign in to comment.