We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543ae1b commit 6dfd37dCopy full SHA for 6dfd37d
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
release:
10
+ name: 📦 Build & Publish NuGet Packages
11
runs-on: ubuntu-22.04
12
permissions:
13
contents: write
@@ -57,7 +58,7 @@ jobs:
57
58
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
60
build-aot:
- name: 🧱 Build Fusion Tooling
61
+ name: 🧱 Build and Publish Fusion Tooling
62
runs-on: ${{ matrix.os }}
63
needs: release
64
strategy:
@@ -67,18 +68,9 @@ jobs:
67
68
- os: ubuntu-22.04
69
rid: linux-x64
70
ext: ""
- - os: ubuntu-22.04
71
- rid: linux-arm
72
- ext: ""
73
74
- rid: linux-arm64
75
76
77
rid: linux-musl-x64
78
79
80
- rid: linux-musl-arm64
81
82
# macOS
83
- os: macos-14
84
rid: osx-x64
0 commit comments