Skip to content

Commit 51f00f6

Browse files
authored
Merge pull request #32 from simonneutert/cicd
[Fix] Remove deprecated gu install step for native-image
2 parents df0d511 + 9ec5c83 commit 51f00f6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ jobs:
9191
strategy:
9292
matrix:
9393
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-
gu-binary: gu.cmd
100-
- os: windows-latest
101-
gu-binary: gu
10294

10395
runs-on: ${{ matrix.os }}
10496

@@ -147,7 +139,7 @@ jobs:
147139
- name: Upload Native Image Artifact
148140
uses: actions/upload-artifact@v5
149141
with:
150-
name: cq-${{ matrix.os }}
142+
name: cq-native-${{ matrix.os }}
151143
path: target/cq-native-*
152144

153145
release:

0 commit comments

Comments
 (0)