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 ed77266 commit 97ad681Copy full SHA for 97ad681
.github/workflows/eumserver_release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: ./gradlew assemble -PbuildVersion=${{ github.ref_name }}
26
# copy jar into Docker folder
27
- name: Prepare Docker artifact
28
- run: ./gradlew copyServerJar
+ run: ./gradlew copyServerJar -PbuildVersion=${{ github.ref_name }}
29
- name: Upload Docker artifact
30
uses: actions/upload-artifact@v4
31
with:
0 commit comments