Skip to content

Commit

Permalink
Fix publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Dec 13, 2024
1 parent a867f16 commit 621e09b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@ 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
path: publish/*.flatpak
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
Expand Down

0 comments on commit 621e09b

Please sign in to comment.