Skip to content

Commit 5e897e8

Browse files
author
Armin Schrenk
committed
Update workflow "build"
1 parent 72ef2fb commit 5e897e8

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
@@ -30,7 +30,7 @@ jobs:
3030
echo "::set-output name=version::${BUILD_VERSION}"
3131
- name: Build and Test
3232
run: mvn -B install
33-
- name: Upload snapshot artifact cryptomator-cli-${{ BUILD_VERSION }}.jar
33+
- name: Upload snapshot artifact cryptomator-cli-XXX.jar
3434
uses: actions/upload-artifact@v2
3535
with:
3636
name: cryptomator-cli-${{ BUILD_VERSION }}.jar

0 commit comments

Comments
 (0)