From 0dccbae429c486f9c1ccf4462edfd3185fb1803a Mon Sep 17 00:00:00 2001 From: c2biz Date: Mon, 1 Apr 2024 18:13:41 -0400 Subject: [PATCH] update autorelease --- .github/workflows/autorelease.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 01ad584..513aab3 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -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: