We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02652e commit 4673aa1Copy full SHA for 4673aa1
.github/workflows/build.yml
@@ -45,6 +45,11 @@ jobs:
45
path: target\x86_64-pc-windows-msvc\release\function-runner.exe
46
asset_name: function-runner-x86_64-windows-${{ inputs.tag_name }}
47
shasum_cmd: sha256sum
48
+ - name: aarch64-pc-windows-msvc
49
+ os: windows-latest
50
+ path: target\aarch64-pc-windows\release\function-runner.exe
51
+ asset_name: function-runner-arm-windows-${{ inputs.tag_name }}
52
+ shasum_cmd: sha256sum
53
54
steps:
55
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments