Skip to content

Commit 368beb3

Browse files
committed
underscore
Signed-off-by: Joseph <[email protected]>
1 parent 3596308 commit 368beb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cross-arch-build-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@ jobs:
5656
with:
5757
name: linux-binaries
5858
path: |
59-
kubectl-oadp_${{ github.ref_name }}_linux-amd64
60-
kubectl-oadp_${{ github.ref_name }}_linux-arm64
59+
kubectl-oadp_${{ github.ref_name }}_linux_amd64
60+
kubectl-oadp_${{ github.ref_name }}_linux_arm64
6161
6262
- name: Upload macOS binaries
6363
uses: actions/upload-artifact@v4
6464
with:
6565
name: macos-binaries
6666
path: |
67-
kubectl-oadp_${{ github.ref_name }}_darwin-amd64
68-
kubectl-oadp_${{ github.ref_name }}_darwin-arm64
67+
kubectl-oadp_${{ github.ref_name }}_darwin_amd64
68+
kubectl-oadp_${{ github.ref_name }}_darwin_arm64
6969
7070
- name: Upload Windows binaries
7171
uses: actions/upload-artifact@v4
7272
with:
7373
name: windows-binaries
7474
path: |
75-
kubectl-oadp_${{ github.ref_name }}_windows-amd64.exe
76-
kubectl-oadp_${{ github.ref_name }}_windows-arm64.exe
75+
kubectl-oadp_${{ github.ref_name }}_windows_amd64.exe
76+
kubectl-oadp_${{ github.ref_name }}_windows_arm64.exe
7777
7878
- name: Run host tests
7979
run: |

0 commit comments

Comments
 (0)