Skip to content

Commit d014c24

Browse files
authored
Fixed CI build by replacing deprecated set_env command
1 parent 0f01d70 commit d014c24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
id: setversion
3232
run: |
3333
v=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
34-
echo "::set-env name=BUILD_VERSION::${v}"
35-
echo "::set-output name=version::${v}"
34+
echo "BUILD_VERSION=${v}" >> $GITHUB_ENV
3635
- name: Build and Test
3736
run: mvn -B install
3837
- name: Upload snapshot artifact cryptomator-cli-${{ env.BUILD_VERSION }}.jar

0 commit comments

Comments
 (0)