Skip to content

Commit

Permalink
download specific artifact + format
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 17, 2024
1 parent b15f41a commit 3acb58f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/create-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
typeface: ["Zenbones-Mono", "Zenbones-Slab", "Zenbones-Brainy", "Zenbones-Proto"]
typeface:
[
"Zenbones-Mono",
"Zenbones-Slab",
"Zenbones-Brainy",
"Zenbones-Proto",
]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -94,6 +100,7 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
pattern: "*-{specimen,weights}"
path: images
merge-multiple: true

Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
tags: '**'
tags: "**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -16,7 +16,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
typeface: ["Zenbones-Mono", "Zenbones-Slab", "Zenbones-Brainy", "Zenbones-Proto"]
typeface:
[
"Zenbones-Mono",
"Zenbones-Slab",
"Zenbones-Brainy",
"Zenbones-Proto",
]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 3acb58f

Please sign in to comment.