Upload plugin as part of release workflow (#1227)

This commit is contained in:
Micah
2026-02-14 11:10:36 -08:00
committed by GitHub
parent a2adf2b517
commit 9bbb1edd79
11 changed files with 161 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ fn main() -> Result<(), anyhow::Error> {
"src" => snapshot_from_fs_path(&plugin_dir.join("src"))?,
"Packages" => snapshot_from_fs_path(&plugin_dir.join("Packages"))?,
"Version.txt" => snapshot_from_fs_path(&plugin_dir.join("Version.txt"))?,
"UploadDetails.json" => snapshot_from_fs_path(&plugin_dir.join("UploadDetails.json"))?,
}),
});