Skip to content

Contents of the ZIP file #3

@BastiaanOlij

Description

@BastiaanOlij

So there is an important difference between the zip file created for a PR as an artifact and the zip file created as part of a release.

The zip file on the artifact will contain the following entries:

  • android/plugins/GodotOpenXRLoaders_CHANGES.md
  • android/plugins/godotopenxrmeta.gdap
  • android/plugins/godotopenxrmeta/license.txt
  • android/plugins/godotopenxrmeta/godotopenxrmeta-release.aar
  • android/plugins/godotopenxrmeta/godotopenxrmeta-debug.aar

This is what you would expect to see.

The zip file on the release however will contain the following entries:

  • asset/android/plugins/GodotOpenXRLoaders_CHANGES.md
  • asset/android/plugins/godotopenxrmeta.gdap
  • asset/android/plugins/godotopenxrmeta/license.txt
  • asset/android/plugins/godotopenxrmeta/godotopenxrmeta-release.aar
  • asset/android/plugins/godotopenxrmeta/godotopenxrmeta-debug.aar

A root folder is required by the Godot Asset Library, the contents of this root folder will be extracted into the Godot project resulting in the correct file structure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions