We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f927746 commit 32c7167Copy full SHA for 32c7167
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build with Maven
21
run: mvn -B package --file pom.xml
22
- name: Upload release artifact
23
- uses: shogo82148/actions-upload-release-asset@v1.3.2
+ uses: shogo82148/actions-upload-release-asset@v1.6.2
24
with:
25
upload_url: ${{ github.event.release.upload_url }}
26
asset_path: sonar-flutter-plugin/target/sonar-flutter-plugin-*.jar
0 commit comments