godotengine / godot-ios-plugins

MIT License
126 stars 48 forks source link

Create 3.3.1-stable Tag/Release with extracted_headers.zip #12

Closed gumaciel closed 3 years ago

gumaciel commented 3 years ago

Like this one: https://github.com/godotengine/godot-ios-plugins/releases/tag/3.3-stable

The reason why this is important: https://github.com/Poing-Studios/Godot-AdMob-Android-iOS/runs/2643467232?check_suite_focus=true

I'm trying to compile a Job of my plugin and the Job downloads the extracted-headers.zip to maximize the speed of building the plugin for iOS

Calinou commented 3 years ago

cc @naithar

naithar commented 3 years ago

This should do it: https://github.com/godotengine/godot-ios-plugins/releases/tag/3.3.1-stable. Sorry missed the stable release :)

gumaciel commented 3 years ago

It works, thank you so much!