Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Build
# DOCKERHUB_TOKEN is a token you should create under "account settings / security" with read/write access

permissions:
contents: read
contents: write
packages: write

on:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
zip ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}${{ matrix.job.suffix }}.zip ${{ matrix.job.name }}/*

- name: Create Release (${{ matrix.job.os }} - (${{ matrix.job.name }})
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
with:
draft: true
files: ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}${{ matrix.job.suffix }}.zip
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
debuild -i -us -uc -b -a${{ matrix.job.debian_platform }}

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
with:
draft: true
files: |
Expand Down
Loading