Skip to content

Commit

Permalink
CI: Fix docker tanoshi names
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Oct 23, 2024
1 parent 740d8b3 commit 7159015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,13 @@ jobs:
- name: Download dist (AMD64)
uses: actions/download-artifact@v4
with:
name: tanoshi-linux-amd64
name: tanoshi-amd64
path: linux/amd64

- name: Download dist (AARCH64)
uses: actions/download-artifact@v4
with:
name: tanoshi-linux-aarch64
name: tanoshi-aarch64
path: linux/arm64

- name: Docker meta
Expand Down

0 comments on commit 7159015

Please sign in to comment.