Skip to content

Commit

Permalink
Remove download build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 20, 2024
1 parent 9a1e45b commit 17ed105
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build_everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Download build
uses: actions/download-artifact@v4
with:
# Name of the artifact to download.
# If unspecified, all artifacts for the run are downloaded.
# Optional.
name: cosmic-desktop
- run: sudo tar -x -v -p -f cosmic-desktop.tar
# Build image using Buildah action
- name: Build Image
Expand Down Expand Up @@ -287,15 +278,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Download build
uses: actions/download-artifact@v4
with:
# Name of the artifact to download.
# If unspecified, all artifacts for the run are downloaded.
# Optional.
name: cosmic-desktop
- run: sudo tar -x -v -p -f cosmic-desktop.tar
# Build image using Buildah action
- name: Build Image
Expand Down Expand Up @@ -455,15 +437,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Download build
uses: actions/download-artifact@v4
with:
# Name of the artifact to download.
# If unspecified, all artifacts for the run are downloaded.
# Optional.
name: cosmic-desktop
- run: sudo tar -x -v -p -f cosmic-desktop.tar
# Build image using Buildah action
- name: Build Image
Expand Down

0 comments on commit 17ed105

Please sign in to comment.