So due to solving my previous problem #134 (thank you), I was able to finally setup the pipeline to export.
However, I noticed some warning messages that popped up, stating that the checkout action this project uses is deprecated:
So I checked the link and it recommended to upgrade the checkout action to a newer release by just changing the version number
I tested it on my own project, changing the version number (exporting Windows + macOS) and it works perfectly fine now with the annotations being gone.
I'm not sure if there is anything in the other export platforms that stops them from using checkout v4, so feel free to correct me here, if it's not possible to upgrade!
So due to solving my previous problem #134 (thank you), I was able to finally setup the pipeline to export. However, I noticed some warning messages that popped up, stating that the checkout action this project uses is deprecated:
So I checked the link and it recommended to upgrade the checkout action to a newer release by just changing the version number
I tested it on my own project, changing the version number (exporting Windows + macOS) and it works perfectly fine now with the annotations being gone.
I'm not sure if there is anything in the other export platforms that stops them from using checkout v4, so feel free to correct me here, if it's not possible to upgrade!