Skip to content

Commit 5369d4d

Browse files
committed
trying to fix release build
1 parent 52693aa commit 5369d4d

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
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=version::${BUILD_VERSION}"
3333
- name: Build and Test
3434
run: mvn -B install
35-
- name: Upload artifact cryptomator-cli-{{ steps.setversion.outputs.version }}.jar
35+
- name: Upload artifact cryptomator-cli-${{ steps.setversion.outputs.version }}.jar
3636
uses: actions/upload-artifact@v2
3737
with:
3838
name: cryptomator-cli-${{ steps.setversion.outputs.version }}.jar

0 commit comments

Comments
 (0)