Skip to content

Commit 5451f15

Browse files
committed
Fix artifact path
1 parent b761ce9 commit 5451f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)