We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df0d511 + 9ec5c83 commit 51f00f6Copy full SHA for 51f00f6
.github/workflows/cicd.yaml
@@ -91,14 +91,6 @@ jobs:
91
strategy:
92
matrix:
93
os: [ubuntu-latest, macos-latest, windows-latest]
94
- gu-binary: [gu, gu.cmd]
95
- exclude:
96
- - os: ubuntu-latest
97
- gu-binary: gu.cmd
98
- - os: macos-latest
99
100
- - os: windows-latest
101
- gu-binary: gu
102
103
runs-on: ${{ matrix.os }}
104
@@ -147,7 +139,7 @@ jobs:
147
139
- name: Upload Native Image Artifact
148
140
uses: actions/upload-artifact@v5
149
141
with:
150
- name: cq-${{ matrix.os }}
142
+ name: cq-native-${{ matrix.os }}
151
143
path: target/cq-native-*
152
144
153
145
release:
0 commit comments