Skip to content

Commit a351505

Browse files
authored
Update satori.yaml
1 parent 2e46ccc commit a351505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/satori.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Build
57-
run: build.cmd -s clr -c Release -arch x86
57+
run: ./build.cmd -s clr -c Release -arch x86
5858
- name: Publish Artifacts
5959
uses: actions/[email protected]
6060
with:
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v4
7272
- name: Build
73-
run: build.cmd -s clr -c Release -arch x64
73+
run: ./build.cmd -s clr -c Release -arch x64
7474
- name: Publish Artifacts
7575
uses: actions/[email protected]
7676
with:
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v4
8888
- name: Build
89-
run: build.cmd -s clr -c Release -arch arm64
89+
run: ./build.cmd -s clr -c Release -arch arm64
9090
- name: Publish Artifacts
9191
uses: actions/[email protected]
9292
with:

0 commit comments

Comments
 (0)