Skip to content

Commit f4e52c3

Browse files
fix: run shell on workflow
1 parent 79acc45 commit f4e52c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: milliewalky/setup-7-zip@v2
2222

2323
- name: Build zip-tools
24-
run: build.sh
24+
run: ./build.sh
2525

2626
- name: Download 7z binaries
27-
run: download_7z.sh
27+
run: ./download_7z.sh
2828

2929
- uses: softprops/action-gh-release@v2
3030
with:

0 commit comments

Comments
 (0)