Skip to content

Commit

Permalink
bugfix: wildcard syntax, download artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Jan 23, 2025
1 parent 05d0644 commit 11965d4
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 @@ -101,7 +101,7 @@ jobs:
- name: rename image
run: |
cd seedsigner-os/images
mv seedsigner_os*.img seedsigner_os.${{ env.img_version }}.${{ matrix.target }}.img
mv *.img seedsigner_os.${{ env.img_version }}.${{ matrix.target }}.img
- name: print sha256sum
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: download images
uses: actions/download-artifact@v4
with:
name: seedsigner_os_images
name: seedsigner_os_images-${{ matrix.target }}
path: images

- name: list images
Expand Down

0 comments on commit 11965d4

Please sign in to comment.