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.
1 parent 17a43a3 commit da09939Copy full SHA for da09939
.github/workflows/build.yml
@@ -34,10 +34,10 @@ jobs:
34
echo "::set-output name=version::${v}"
35
- name: Build and Test
36
run: mvn -B install
37
- - name: Upload snapshot artifact cryptomator-cli-${{ BUILD_VERSION }}.jar
+ - name: Upload snapshot artifact cryptomator-cli-${{ env.BUILD_VERSION }}.jar
38
uses: actions/upload-artifact@v2
39
with:
40
- name: cryptomator-cli-${BUILD_VERSION}.jar
+ name: cryptomator-cli-${{ env.BUILD_VERSION }}.jar
41
path: target/cryptomator-cli-*.jar
42
43
release:
0 commit comments