Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranke committed Dec 11, 2024
1 parent 2630b36 commit 39c32db
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,24 @@ GDExtension template that automatically builds into a self-contained addon for t
3. Not required, but consider leaving a note about this template if you found it helpful!

### Distributing your extension on the Godot Asset Library with GitHub Actions:
1. Go to Repository→Actions and download the latest artifact.
2. Test the artifact by extracting the addon into a project.
3. Create a new release on GitHub, uploading the artifact as an asset.
4. On the asset, Right Click→Copy Link to get a direct file URL. Don't use the artifacts directly from GitHub Actions, as they expire.
5. When submitting/updating on the Godot Asset Library, Change "Repository host" to `Custom` and "Download URL" to the one you copied.
1. If needed, go to Repository→Actions→Builds→Run workflow
2. Go to Repository→Actions and download the latest artifact.
3. Test the artifact by extracting the addon into a project.
4. Create a new release on GitHub, uploading the artifact as an asset.
5. On the asset, Right Click→Copy Link to get a direct file URL. Don't use the artifacts directly from GitHub Actions, as they expire.
6. When submitting/updating on the Godot Asset Library, Change "Repository host" to `Custom` and "Download URL" to the one you copied.

### Platform support

| Status | Tested Godot Version | Platform |
| ------ | -------------------- | -------- |
|| 4.3 | Linux x86_64 (debug) |
|| 4.3 | Linux x86_64 (release) |
|| 4.3 | Windows x86_64 (debug) |
|| 4.3 | Windows x86_64 (release) |
|| 4.3 | Android arm64v8 (debug) |
|| 4.3 | Android arm64v8 (release) |
|| | MacOS (debug) |
|| | MacOS (release) |
|| | iOS (debug) |
|| | iOS (release) |

0 comments on commit 39c32db

Please sign in to comment.