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.
build_arch
1 parent 44bfd45 commit d406c28Copy full SHA for d406c28
.github/workflows/swift-toolchain.yml
@@ -427,7 +427,7 @@ jobs:
427
- uses: actions/upload-artifact@v4
428
if: inputs.build_android
429
with:
430
- name: Windows-${{ inputs.build_os }}-regsgen2
+ name: Windows-${{ inputs.build_arch }}-regsgen2
431
path: |
432
${{ github.workspace }}/BinaryCache/RegsGen2/regsgen2.exe
433
@@ -507,7 +507,7 @@ jobs:
507
- uses: actions/download-artifact@v4
508
509
510
511
path: ${{ github.workspace }}/BinaryCache/RegsGen2
512
513
- uses: nttld/setup-ndk@v1
0 commit comments