Skip to content

Commit b1d20a2

Browse files
authored
Fix typo in build workflow (#518)
1 parent fd43071 commit b1d20a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shasum_cmd: sha256sum
4848
- name: aarch64-pc-windows-msvc
4949
os: windows-latest
50-
path: target\aarch64-pc-windows\release\function-runner.exe
50+
path: target\aarch64-pc-windows-msvc\release\function-runner.exe
5151
asset_name: function-runner-arm-windows-${{ inputs.tag_name }}
5252
shasum_cmd: sha256sum
5353

0 commit comments

Comments
 (0)