Skip to content

Commit 44b118a

Browse files
committed
Merge branch 'release/0.5.0'
2 parents 286ec00 + 81ec0f2 commit 44b118a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
v=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
3434
echo "BUILD_VERSION=${v}" >> $GITHUB_ENV
35+
echo "::set-output name=artifactVersion::${BUILD_VERSION}"
3536
- name: Build and Test
3637
run: mvn -B install
3738
- name: Upload snapshot artifact cryptomator-cli-${{ env.BUILD_VERSION }}.jar

0 commit comments

Comments
 (0)