diff --git a/.github/workflows/night_build.yml b/.github/workflows/night_build.yml index e6f6a42..ebb57a9 100644 --- a/.github/workflows/night_build.yml +++ b/.github/workflows/night_build.yml @@ -28,9 +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@v2.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: WebFreak001/deploy-nightly@v3.0.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)