diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 830b2fbc..b683fa9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,9 +146,11 @@ jobs: path: build-artifacts - name: Publish Release [GitHub] - uses: svenstaro/upload-release-action@v1-release + uses: kittaakos/upload-release-action@dev with: - repo_token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.RELEASE_TOKEN }} + repo_name: arduino/arduino-pro-ide + release_name: ${{ github.event.release.tag_name }} file: build-artifacts/* tag: ${{ github.ref }} file_glob: true