Skip to content

Unnest the snapshot zip uploaded to workflow results#595

Merged
jamesfredley merged 1 commit into7.0.xfrom
unnest-snapshot-zip
Jun 13, 2025
Merged

Unnest the snapshot zip uploaded to workflow results#595
jamesfredley merged 1 commit into7.0.xfrom
unnest-snapshot-zip

Conversation

@jamesfredley
Copy link
Contributor

@jamesfredley jamesfredley commented Jun 12, 2025

@jamesfredley jamesfredley requested a review from Copilot June 12, 2025 19:54
@jamesfredley jamesfredley self-assigned this Jun 12, 2025
@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

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 updates the Gradle GitHub Actions workflow to upload unpacked snapshot artifacts (including hidden files) rather than a single ZIP.

  • Adds include-hidden-files: true to ensure all files are captured.
  • Changes the upload path to tmp1/cli/**/* to upload unarchived snapshot contents.
Comments suppressed due to low confidence (2)

.github/workflows/gradle.yml:65

  • A step to unzip the generated snapshot ZIP into tmp1/cli/ is missing. Add an unzip command (e.g., unzip grails-cli/build/distributions/apache-grails-*.zip -d tmp1/cli) before uploading so that the path contains the expected files.
path: tmp1/cli/**/*

.github/workflows/gradle.yml:63

  • [nitpick] The artifact name still ends with .zip but you’re uploading a directory. Consider renaming it to remove the extension or reflect the folder content (e.g., apache-grails-SNAPSHOT-incubating-bin).
name: 'apache-grails-SNAPSHOT-incubating-bin.zip'

@jamesfredley jamesfredley merged commit 44956e5 into 7.0.x Jun 13, 2025
6 checks passed
@jamesfredley jamesfredley deleted the unnest-snapshot-zip branch June 13, 2025 15:17
@github-project-automation github-project-automation bot moved this from In Progress to Done in Apache Grails Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants