Skip to content

Commit dfb156a

Browse files
committed
upload artifacts
1 parent a620b07 commit dfb156a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
file=$(basename ${file})
3535
"${CMD}" "${file}" "./decoded/${file}.png"
3636
done
37+
- name: Upload result
38+
uses: actions/upload-artifact@v1
39+
with:
40+
name: decoded-images
41+
path: decoded
3742
- name: Install imagemagick to compare images.
3843
shell: bash
3944
run: brew install imagemagick

0 commit comments

Comments
 (0)