no need to publish deb in unsigned any more since we removed
appimage/flatpak/headless feature
This commit is contained in:
parent
b5bd6e008b
commit
220f267976
15
.github/workflows/flutter-build.yml
vendored
15
.github/workflows/flutter-build.yml
vendored
@ -705,7 +705,6 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- build-for-macOS
|
- build-for-macOS
|
||||||
- build-for-windows-flutter
|
- build-for-windows-flutter
|
||||||
- build-rustdesk-linux
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ inputs.upload-artifact }}
|
if: ${{ inputs.upload-artifact }}
|
||||||
steps:
|
steps:
|
||||||
@ -727,21 +726,9 @@ jobs:
|
|||||||
name: rustdesk-unsigned-windows-x86_64
|
name: rustdesk-unsigned-windows-x86_64
|
||||||
path: ./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
|
- name: Combine unsigned app
|
||||||
run: |
|
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
|
- name: Publish unsigned app
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user