Skip to content

Conversation

@iamimmanuelraj
Copy link
Member

This pull request updates the release workflow configuration to ensure that the ZIP artifact is correctly moved and referenced for release uploads. The changes improve compatibility with GitHub Actions by using the workspace root for artifact storage and referencing.

Release workflow improvements:

  • Changed the destination of the ZIP file in the release workflow from the current directory to the workspace root (${{ github.workspace }}) to ensure proper access for release upload steps.
  • Updated the file path in the release step to reference the ZIP file in the workspace root instead of the current directory.

Signed-off-by: Immanuel Raj <iamimmanuelraj@gmail.com>
Copilot AI review requested due to automatic review settings September 25, 2025 10:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the GitHub Actions release workflow to properly handle the plugin ZIP artifact by updating file paths to use the workspace root instead of the current directory.

  • Updated ZIP file destination path to use ${{ github.workspace }}/godam.zip instead of ./godam.zip
  • Modified the release upload step to reference the ZIP file from the workspace root location

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@subodhr258 subodhr258 merged commit 8aae7b6 into main Sep 25, 2025
6 checks passed
@subodhr258 subodhr258 deleted the fix-zip-path branch September 25, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants