Skip to content

Commit f188538

Browse files
committed
workflow
1 parent f5d42dd commit f188538

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v3
17-
- ./run.sh amd64 ./build.sh
16+
uses: actions/checkout@v3
17+
- name: build
18+
uses: ./run.sh amd64 ./build.sh

0 commit comments

Comments
 (0)