diff --git a/.github/workflows/night_build.yml b/.github/workflows/night_build.yml index 261cec9..81bc84c 100644 --- a/.github/workflows/night_build.yml +++ b/.github/workflows/night_build.yml @@ -28,7 +28,7 @@ jobs: - name: Save current date run: echo "PLUGIN_CURRENT_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV - name: Deploy build - uses: WebFreak001/deploy-nightly@v3.0.0 + uses: WebFreak001/deploy-nightly@v3.1.0 with: 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///releases in your browser and copy the full "upload_url" value including the {?name,label} part release_id: 51033599 # same as above (id can just be taken out the upload_url, it's used to find old releases)