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 distro: buster
dockerRunArgs: | dockerRunArgs: |
--volume "${PWD}:/build" --volume "${PWD}:/build"
run: apt update && \ run: |
apt-get install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 && \ apt update
cd /build && \ apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2
./pkg2appimage/pkg2appimage lune.yml && \ cd /build
./pkg2appimage/pkg2appimage lune.yml
mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage