Exiftool in github actions #271
Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
"this all would be much simpler if this repo would use actions and a github release together with your manual one." I have a long-standing issue about doing a github release (#13), but I haven't had time to figure out how to do this remotely from the command line. Do you know a command to do this? When you say "if this repo would use actions", can you be more specific about how this is done?
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the details, but I don't think I'm any closer to making headway here. I run tests myself before each release. The problem in 12.90 was unique and won't happen again -- it was due to a restructuring of my release scripts for the new package formats. You say "gh release create", but I don't have gh installed and it fails to install with "brew install gh" on my MacOS 10.14 dev machine. My release scripts are complex and depend heavily on the file structure and installed utilities on my dev machine, so it doesn't really make sense to share them.
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
now you can use amazing ExifTool as github action. This is useful when building an application or library around exiftool and you want to ensure that certain things are done correctly, like fetching certain metadata, c2pa box tags, or anything else.
you can include multiple versions of the ExifTool in different jobs.
Here is the link ->>
https://github.com/marketplace/actions/exiftool-action
Beta Was this translation helpful? Give feedback.
All reactions