From 621e09b6624def6dfbb00f9d3e1dde22e40007cf Mon Sep 17 00:00:00 2001 From: Albrecht Lohofener Date: Fri, 13 Dec 2024 23:31:00 +0100 Subject: [PATCH] Fix publish artifacts --- .github/workflows/linux.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e19add47..53da0c12 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,7 +47,6 @@ jobs: mv welle-io.flatpak publish/"$DATE"_"$GIT_HASH"_Linux_welle-io-x86_64.flatpak - name: Archive artifacts (welle.io AppImage) - if: always() && steps.create_appimage.outcome == 'success' uses: actions/upload-artifact@v4 with: name: welle.io AppImage @@ -55,7 +54,6 @@ jobs: if-no-files-found: error - name: Upload to nightly server - if: always() && steps.create_appimage.outcome == 'success' uses: dennisameling/ftp-upload-action@v1 with: server: a2f24.netcup.net # welle-io-nightlies.albrechtloh.de is redirected to here