Skip to content

Commit 81bfa53

Browse files
ci: Fix build artifact name
1 parent e96d9c7 commit 81bfa53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-native-build-cont.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload Build Artifacts
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: linux-build
37+
name: linux-x64
3838
path: ./artifacts
3939
retention-days: 7
4040

@@ -64,6 +64,6 @@ jobs:
6464
- name: Upload Linux Build Artifacts
6565
uses: actions/upload-artifact@v4
6666
with:
67-
name: linux-build
67+
name: linux-aarch64
6868
path: runtimes/linux-*/*
6969
retention-days: 7

0 commit comments

Comments
 (0)