File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 # This check is case insensitive
1111 if : " !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
1212 outputs :
13- artifact-version : ${{ steps.setversion.outputs.version }}
13+ artifactVersion : ${{ steps.setversion.outputs.version }}
1414 env :
1515 BUILD_VERSION : SNAPSHOT
1616 steps :
4949 - name : Download cryptomator-cli.jar
5050 uses : actions/download-artifact@v1
5151 with :
52- name : cryptomator-cli-${{ needs.build.outputs.artifact-version }}.jar
52+ name : cryptomator-cli-${{ needs.build.outputs.artifactVersion }}.jar
5353 path : .
5454 - name : Create Release
5555 id : create_release
@@ -63,12 +63,12 @@ jobs:
6363 :construction: Work in Progress
6464 draft : true
6565 prerelease : false
66- - name : Upload cryptomator-cli-${{ needs.build.outputs.artifact-version }}.jar to GitHub Releases
66+ - name : Upload cryptomator-cli-${{ needs.build.outputs.artifactVersion }}.jar to GitHub Releases
67676868 env :
6969 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7070 with :
7171 upload_url : ${{ steps.create_release.outputs.upload_url }}
72- asset_path : cryptomator-cli-${{ needs.build.outputs.artifact-version }}.jar
73- asset_name : cryptomator-cli-${{ needs.build.outputs.artifact-version }}.jar
72+ asset_path : cryptomator-cli-${{ needs.build.outputs.artifactVersion }}.jar
73+ asset_name : cryptomator-cli-${{ needs.build.outputs.artifactVersion }}.jar
7474 asset_content_type : application/jar
You can’t perform that action at this time.
0 commit comments