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.
2 parents 4593260 + 32c7167 commit d9e9a86Copy full SHA for d9e9a86
.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