Skip to content

Conversation

@jamesfredley
Copy link
Contributor

@jamesfredley jamesfredley commented Jun 12, 2025

This does not run the publish steps until the PR is merged.

Example with nesting: https://github.com/apache/grails-core/actions/runs/15598307628/artifacts/3311305695

@jamesfredley jamesfredley self-assigned this Jun 12, 2025
@jamesfredley jamesfredley requested a review from Copilot June 12, 2025 20:08
@jamesfredley jamesfredley moved this to In Progress in Apache Grails Jun 12, 2025
@jamesfredley jamesfredley added this to the grails:7.0.0-RC1 milestone Jun 12, 2025
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

Unnests the snapshot zip uploaded to workflow results by updating the artifact upload path

  • Switched the upload-artifact path from the nested ZIP under grails-wrapper/build/distributions to a flat tmp/wrapper directory
Comments suppressed due to low confidence (1)

.github/workflows/gradle.yml:269

  • The upload-artifact path was changed to tmp/wrapper, but there’s no preceding step that creates or unpacks files into this directory, so the artifact upload may end up empty. Consider adding a step to unzip the snapshot into tmp/wrapper or revert to uploading the ZIP directly with a proper glob pattern.
path: tmp/wrapper 
@jamesfredley jamesfredley merged commit de1b41b into 7.0.x Jun 12, 2025
23 of 25 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Apache Grails Jun 12, 2025
@jamesfredley jamesfredley deleted the unnest-snapshot-zip branch June 12, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants