Skip to content

Commit

Permalink
change the github build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Apr 10, 2024
1 parent 1a7cee1 commit 0ab1cbf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ab1cbf

Please sign in to comment.