Skip to content

Commit 2dc1dc7

Browse files
author
Armin Schrenk
committed
Updating github action workflow "build":
* remove wrong prefix for enviroment
1 parent 5aeff9b commit 2dc1dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload snapshot artifact cryptomator-cli-${{ env.BUILD_VERSION }}.jar
3737
uses: actions/upload-artifact@v2
3838
with:
39-
name: cryptomator-cli-${{ jobs.build.env.BUILD_VERSION }}.jar
39+
name: cryptomator-cli-${{ env.BUILD_VERSION }}.jar
4040
path: target/cryptomator-cli-*.jar
4141

4242
release:

0 commit comments

Comments
 (0)