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 d3eb2d3 commit 60d33f7Copy full SHA for 60d33f7
.github/workflows/main-build.yml
@@ -41,6 +41,10 @@ jobs:
41
java-version: '21'
42
distribution: 'temurin'
43
architecture: x64
44
+ - name: Download build artifact
45
+ uses: actions/download-artifact@v4
46
+ with:
47
+ name: build-artifact
48
- name: Publish artifacts
49
run: |
50
echo "Github ref: ${GITHUB_REF}"
.github/workflows/release-build.yml
@@ -21,6 +21,10 @@ jobs:
21
22
23
24
25
26
27
28
29
30
0 commit comments