Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Mar 25, 2024
1 parent e067529 commit 652c482
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
artifacts: |
kernel/kpimg-linux
kernel/kpimg-android
kpm-demo/hello/demo-hello.kpm
kpm-demo/inlinehook/demo-inlinehook.kpm
kpm-demo/syscallhook/demo-syscallhook.kpm
kpms/demo-hello/demo-hello.kpm
kpms/demo-inlinehook/demo-inlinehook.kpm
kpms/demo-syscallhook/demo-syscallhook.kpm
kpms/make-shamiko-happy/shamiko.kpm
generateReleaseNotes: true
omitBodyDuringUpdate: true
allowUpdates: true
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ jobs:
artifacts: |
kernel/kpimg-linux
kernel/kpimg-android
kpm-demo/hello/demo-hello.kpm
kpm-demo/inlinehook/demo-inlinehook.kpm
kpm-demo/syscallhook/demo-syscallhook.kpm
kpms/demo-hello/demo-hello.kpm
kpms/demo-inlinehook/demo-inlinehook.kpm
kpms/demo-syscallhook/demo-syscallhook.kpm
kpms/make-shamiko-happy/shamiko.kpm
generateReleaseNotes: true
allowUpdates: true
replacesArtifacts: true
Expand Down

0 comments on commit 652c482

Please sign in to comment.