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.
1 parent e96d9c7 commit 81bfa53Copy full SHA for 81bfa53
.github/workflows/linux-native-build-cont.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Upload Build Artifacts
35
uses: actions/upload-artifact@v4
36
with:
37
- name: linux-build
+ name: linux-x64
38
path: ./artifacts
39
retention-days: 7
40
@@ -64,6 +64,6 @@ jobs:
64
- name: Upload Linux Build Artifacts
65
66
67
+ name: linux-aarch64
68
path: runtimes/linux-*/*
69
0 commit comments