From b1ff2262f3b67a2d10af004fb51549b2c387124e Mon Sep 17 00:00:00 2001 From: Frank Wunderlich Date: Wed, 18 Aug 2021 09:55:18 +0200 Subject: [PATCH] Create build.yml --- .github/workflows/build.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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