diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e8d324961938..b27ec8e1caa12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,12 +75,16 @@ jobs: - name: Upload binaries to release if: endsWith(github.ref,'-main') - uses: marvinpinto/action-automatic-releases@latest + #uses: marvinpinto/action-automatic-releases@latest + #with: + # repo_token: "${{ secrets.GITHUB_TOKEN }}" + # automatic_release_tag: "CI-BUILD-${{ env.BRANCH }}-${{ env.KERNELVER }}-${{ env.DT }}" + # prerelease: false + # title: "Build for branch ${{ env.BRANCH }} (${{ env.KERNELVER }})" + uses: softprops/action-gh-release@v1 with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "CI-BUILD-${{ env.BRANCH }}-${{ env.KERNELVER }}-${{ env.DT }}" - prerelease: false - title: "Build for branch ${{ env.BRANCH }} (${{ env.KERNELVER }})" + token: ${{ secrets.GITHUB_TOKEN }} + draft: true files: | ../SD/* ../*.deb