You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upload_url: https://uploads.github.com/repos/1c-syntax/sonar-bsl-plugin-community/releases/51033599/assets{?name,label}# find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
34
-
release_id: 51033599# same as above (id can just be taken out the upload_url, it's used to find old releases)
35
-
asset_path: ./build/libs/${{ env.PLUGIN_FILE_NAME }}# path to archive to upload
36
-
asset_name: sonar-communitybsl-plugin-nightly-${{ env.PLUGIN_CURRENT_DATE }}.jar# name, format is "-nightly-20210101"
37
-
asset_content_type: application/java-archive# required by GitHub API
38
-
max_releases: 7# optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted
0 commit comments