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.
2 parents 286ec00 + 81ec0f2 commit 44b118aCopy full SHA for 44b118a
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
run: |
33
v=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
34
echo "BUILD_VERSION=${v}" >> $GITHUB_ENV
35
+ echo "::set-output name=artifactVersion::${BUILD_VERSION}"
36
- name: Build and Test
37
run: mvn -B install
38
- name: Upload snapshot artifact cryptomator-cli-${{ env.BUILD_VERSION }}.jar
0 commit comments