We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8744e commit bad381bCopy full SHA for bad381b
.github/workflows/maven-publish.yml
@@ -42,11 +42,3 @@ jobs:
42
asset_path: target/*.jar
43
asset_name: my-java-app.jar
44
asset_content_type: application/java-archive
45
-
46
- - name: Upload EXE to release
47
- uses: actions/upload-release-asset@v1
48
- with:
49
- upload_url: ${{ steps.create_release.outputs.upload_url }}
50
- asset_path: path/to/your/file.exe
51
- asset_name: my-application.exe
52
- asset_content_type: application/x-msdownload
0 commit comments