Skip to content

Commit da09939

Browse files
author
Armin Schrenk
committed
Updating github actions workflow "build":
* access environment correctly
1 parent 17a43a3 commit da09939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
echo "::set-output name=version::${v}"
3535
- name: Build and Test
3636
run: mvn -B install
37-
- name: Upload snapshot artifact cryptomator-cli-${{ BUILD_VERSION }}.jar
37+
- name: Upload snapshot artifact cryptomator-cli-${{ env.BUILD_VERSION }}.jar
3838
uses: actions/upload-artifact@v2
3939
with:
40-
name: cryptomator-cli-${BUILD_VERSION}.jar
40+
name: cryptomator-cli-${{ env.BUILD_VERSION }}.jar
4141
path: target/cryptomator-cli-*.jar
4242

4343
release:

0 commit comments

Comments
 (0)