Skip to content

Commit 9086e77

Browse files
committed
Fix artifact path
1 parent baf5916 commit 9086e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-image-decoding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/upload-artifact@v1
3939
with:
4040
name: decoded-images
41-
path: decoded
41+
path: avif-sample-images/decoded
4242
- name: Install imagemagick to compare images.
4343
shell: bash
4444
run: brew install imagemagick

0 commit comments

Comments
 (0)