From 0ab1cbf021fd9803e4d09c5b41ed59de584a5433 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 10 Apr 2024 14:31:30 -0500 Subject: [PATCH] change the github build.yaml --- .github/workflows/build.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f0155b29..7aee8592 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,6 +10,7 @@ name: build on: workflow_dispatch: push: + branches: [ "master" ] tags: - 'v[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+' @@ -200,7 +201,8 @@ jobs: - name: Create Release (${{ matrix.job.os }} - (${{ matrix.job.name }}) uses: softprops/action-gh-release@v1 with: - draft: true + prerelease: false + tag_name: nightly files: ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}.zip # docker build and push of single-arch images @@ -487,7 +489,8 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - draft: true + prerelease: false + tag_name: nightly files: | debian-build/rustdesk-server-hbbr_*_${{ matrix.job.debian_platform }}.deb debian-build/rustdesk-server-hbbs_*_${{ matrix.job.debian_platform }}.deb