Skip to content

Commit 14e0bcd

Browse files
fix script location
1 parent e34c5ea commit 14e0bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kali.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
1616

1717
- name: Trigger fs-cook
18-
run: bash .github/scripts/kali.sh
18+
run: bash .github/scripts/build-kali.sh
1919

2020
- name: save arm64 builds
2121
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)