no need to publish deb in unsigned any more since we removed

appimage/flatpak/headless feature
This commit is contained in:
rustdesk 2024-05-02 15:28:04 +08:00
parent b5bd6e008b
commit 220f267976

View File

@ -705,7 +705,6 @@ jobs:
needs:
- build-for-macOS
- build-for-windows-flutter
- build-rustdesk-linux
runs-on: ubuntu-latest
if: ${{ inputs.upload-artifact }}
steps:
@ -727,21 +726,9 @@ jobs:
name: rustdesk-unsigned-windows-x86_64
path: ./windows-x86_64/
- name: Download Artifacts
uses: actions/download-artifact@master
with:
name: rustdesk-${{ env.VERSION }}-aarch64.deb
path: ./
- name: Download Artifacts
uses: actions/download-artifact@master
with:
name: rustdesk-${{ env.VERSION }}-x86_64.deb
path: ./
- name: Combine unsigned app
run: |
tar czf rustdesk-${{ env.VERSION }}-unsigned.tar.gz *.dmg windows-x86_64 *.deb
tar czf rustdesk-${{ env.VERSION }}-unsigned.tar.gz *.dmg windows-x86_64
- name: Publish unsigned app
uses: softprops/action-gh-release@v1