We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e7b4a commit 0c8ed9dCopy full SHA for 0c8ed9d
.github/workflows/mandrel.yml
@@ -32,16 +32,15 @@ jobs:
32
uses: graalvm/mandrel/.github/workflows/base.yml@default
33
with:
34
quarkus-version: "main"
35
- repo: ${{ github.repository }}
36
- version: ${{ github.ref }}
+ mandrel-version: ${{ format('{0}:{1}', github.repository, github.ref) }}
37
mandrel-packaging-version: "23.1"
38
jdk: "21/ea"
+
39
q-main-ea-win:
40
name: "Q main M 23.1 windows EA"
41
uses: graalvm/mandrel/.github/workflows/base-windows.yml@default
42
43
44
45
46
47
0 commit comments