Skip to content

Commit

Permalink
fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 16, 2024
1 parent 63fb445 commit 519e3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload zip file
uses: actions/upload-artifact@v4
with:
name: build-output
name: ${{ matrix.typeface }}
path: /home/runner/work/zenbones-mono/Iosevka/dist/${{ matrix.typeface }}.tar.gz

release:
Expand All @@ -61,8 +61,8 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
name: build-output
path: /home/runner/work/zenbones-mono/artifacts
merge-multiple: true

- name: Check Zenbones Mono version change
uses: tj-actions/changed-files@v44
Expand Down

0 comments on commit 519e3ea

Please sign in to comment.