Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 20, 2024
1 parent c0d3042 commit 757b1ee
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build_everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 757b1ee

Please sign in to comment.