Skip to content

Commit 9346f3e

Browse files
committed
Fixing name of artifact
1 parent e21816d commit 9346f3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: contains(matrix.os, 'ubuntu') && matrix.staticcompile == 'ON' && !contains(matrix.os, 'arm')
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: breakid-linux-amd64
37+
name: breakid-linux-x86_64
3838
path: project/build/breakid
3939

4040
- name: Upload Artifact - LinuxARM64
@@ -55,7 +55,7 @@ jobs:
5555
if: contains(matrix.os, 'macos-15-intel') && matrix.staticcompile == 'ON'
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: breakid-mac-arm64
58+
name: breakid-mac-x86_64
5959
path: project/build/breakid
6060

6161
- name: Upload Artifact - Windows

0 commit comments

Comments
 (0)