From 757b1eead75623514e0249205a32743b9dec336e Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Mon, 19 Feb 2024 21:02:31 -0600 Subject: [PATCH] s --- .github/workflows/build_everything.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_everything.yml b/.github/workflows/build_everything.yml index 34a61fa..afd6aa5 100644 --- a/.github/workflows/build_everything.yml +++ b/.github/workflows/build_everything.yml @@ -46,11 +46,8 @@ jobs: # - run: cd launcher && just build-release # - run: cd .. - run: git clone --recurse-submodules https://github.com/pop-os/system76-wallpapers - - run: ls -a - - run: ls -a ./cosmic-epoch/ - - run: ls -a ./cosmic-epoch/cosmic-comp/ - run: > - tar -cvf cosmic-desktop.tar \ + tar cvf cosmic-desktop.tar \ ./cosmic-epoch/cosmic-sysext/usr \ ./cosmic-epoch/cosmic-comp/config.ron \ ./cosmic-epoch/cosmic-greeter/cosmic-greeter.toml \ @@ -226,7 +223,7 @@ jobs: # If unspecified, all artifacts for the run are downloaded. # Optional. name: cosmic-desktop - - run: tar -cvf cosmic-desktop.tar + - run: tar cvf cosmic-desktop.tar # Build image using Buildah action - name: Build Image @@ -391,7 +388,7 @@ jobs: # If unspecified, all artifacts for the run are downloaded. # Optional. name: cosmic-desktop - - run: tar -cvf cosmic-desktop.tar + - run: tar cvf cosmic-desktop.tar # Build image using Buildah action - name: Build Image @@ -560,7 +557,7 @@ jobs: # If unspecified, all artifacts for the run are downloaded. # Optional. name: cosmic-desktop - - run: tar -cvf cosmic-desktop.tar + - run: tar cvf cosmic-desktop.tar # Build image using Buildah action - name: Build Image