From a9bf03b34b7d00cd26a8a1daeffffb8d464aea73 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Tue, 11 Feb 2025 10:47:39 -0600 Subject: [PATCH] fix archlinux --- .github/workflows/generator-linux.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/generator-linux.yml b/.github/workflows/generator-linux.yml index a52c520..44411f2 100644 --- a/.github/workflows/generator-linux.yml +++ b/.github/workflows/generator-linux.yml @@ -578,15 +578,6 @@ jobs: scripts: | cd res && HBB=`pwd`/.. FLUTTER=1 makepkg -f - - name: Publish archlinux package - if: matrix.job.arch == 'x86_64' && env.UPLOAD_ARTIFACT == 'true' - uses: softprops/action-gh-release@v1 - with: - prerelease: true - tag_name: ${{ env.TAG_NAME }} - files: | - res/rustdesk-${{ env.VERSION }}*.zst - - name: Rename archlinux package run: | mv ./res/rustdesk-${{ env.VERSION }}-x86_64.pkg.tar.zst ./output/${{ inputs.filename }}.pkg.tar.zst