fix: commands chaining

This commit is contained in:
Erica Marigold 2023-08-03 20:02:46 +05:30 committed by GitHub
parent c915edb976
commit 62f225dc72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,9 @@ jobs:
distro: buster
dockerRunArgs: |
--volume "${PWD}:/build"
run: apt update && \
apt-get install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 && \
cd /build && \
./pkg2appimage/pkg2appimage lune.yml && \
run: |
apt update
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2
cd /build
./pkg2appimage/pkg2appimage lune.yml
mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage