From eb2e8558d633d7ed1b377aa626f184f8908ff9f4 Mon Sep 17 00:00:00 2001 From: Nathan Franke Date: Mon, 4 Jul 2022 01:16:17 -0500 Subject: [PATCH] update README to specify that artifacts are not full projects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65746ec..478c1fc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ GDExtension template that automatically builds into a self-contained addon for t ### Distributing your extension on the Godot Asset Library: 1. Go to Repository→Actions and download the latest artifact. -2. Test the artifact (it should be a working Godot project). +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.