Skip to content

Commit

Permalink
update autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Apr 1, 2024
1 parent 1816d18 commit 0dccbae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,26 @@ jobs:
chmod +x ./make_bof.sh
./make_bof.sh unexpireuser
- name: get_priv
run: |
chmod +x ./make_bof.sh
./make_bof.sh get_priv
- name: ghost_task
run: |
chmod +x ./make_bof.sh
./make_bof.sh ghost_task
- name: sc_failure
run: |
chmod +x ./make_bof.sh
./make_bof.sh sc_failure
- name: slack_cookie
run: |
chmod +x ./make_bof.sh
./make_bof.sh slack_cookie
- name: "Publish Release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 0dccbae

Please sign in to comment.