aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-23 01:50:05 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-23 01:50:05 +0300
commit8baa631c77e2bc3b7457638df2d40e597faf879c (patch)
tree35047ec5ddaeae45bc4ec48dc71afae3b113133b /.github/workflows
parent6f3ab04eb9fc9035db938cf0a3e4e66e8224ed6f (diff)
downloadsciteco-8baa631c77e2bc3b7457638df2d40e597faf879c.tar.gz
nightly builds: avoid uploading pkg2appimage.AppImage
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index c202623..9c80c87 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -56,9 +56,9 @@ jobs:
"https://github.com/AppImageCommunity/pkg2appimage/releases/download/continuous/pkg2appimage--x86_64.AppImage"
chmod +x pkg2appimage.AppImage
./pkg2appimage.AppImage curses.yml
- mv out/*.AppImage sciteco-curses_nightly_x86_64.AppImage
+ mv out/*.AppImage ../sciteco-curses_nightly_x86_64.AppImage
./pkg2appimage.AppImage gtk.yml
- mv out/*.AppImage sciteco-gtk_nightly_x86_64.AppImage
+ mv out/*.AppImage ../sciteco-gtk_nightly_x86_64.AppImage
chmod a+x *.AppImage
- name: Archive Debian/Ubuntu Packages and AppImages
@@ -66,7 +66,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: nightly
- files: ./*.deb ./AppImage/*.AppImage
+ files: ./*.deb ./*.AppImage
macos:
runs-on: macos-12