Skip to content

Commit 81ec0f2

Browse files
committed
trying to fix release build
1 parent 079521d commit 81ec0f2

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)