We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee4f89 commit 6a0477fCopy full SHA for 6a0477f
.github/workflows/mediainfo.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Compressing Output
37
continue-on-error: true
38
run: |
39
- tar -zcvf mediainfo_21.09.tar.gz vendor
40
- curl --upload-file ./mediainfo_21.09.tar.gz https://transfer.sh/mediainfo_21.09.tar.gz
+ tar -zcvf mediainfo_22.05.tar.gz vendor
+ curl --upload-file ./mediainfo_22.05.tar.gz https://transfer.sh/mediainfo_22.05.tar.gz
41
echo " Done."
0 commit comments