Skip to content

Commit

Permalink
ci: add tar
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jun 28, 2024
1 parent 749e04f commit 5638e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
container:
image: registry.fedoraproject.org/fedora-minimal:40
steps:
- name: Install dependencies
run: sudo dnf5 install -y ImageMagick just tar
- name: Checkout source
uses: actions/checkout@v4
- name: Install dependencies
run: sudo dnf5 install -y ImageMagick just
- name: Build derivative logos
run: just build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5638e7a

Please sign in to comment.