Skip to content

Commit d406c28

Browse files
Steelskincompnerd
authored andcommitted
ds2_tools: Use build_arch for the artifact name
The artifact name had been incorrectly set to `Windows-${{ inputs.build_os}}`, which expands to `Windows-Windows`.
1 parent 44bfd45 commit d406c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ jobs:
427427
- uses: actions/upload-artifact@v4
428428
if: inputs.build_android
429429
with:
430-
name: Windows-${{ inputs.build_os }}-regsgen2
430+
name: Windows-${{ inputs.build_arch }}-regsgen2
431431
path: |
432432
${{ github.workspace }}/BinaryCache/RegsGen2/regsgen2.exe
433433
@@ -507,7 +507,7 @@ jobs:
507507
- uses: actions/download-artifact@v4
508508
if: inputs.build_android
509509
with:
510-
name: Windows-${{ inputs.build_os }}-regsgen2
510+
name: Windows-${{ inputs.build_arch }}-regsgen2
511511
path: ${{ github.workspace }}/BinaryCache/RegsGen2
512512

513513
- uses: nttld/setup-ndk@v1

0 commit comments

Comments
 (0)