Skip to content

tools: disable zipping tarballs on GHA#64423

Open
aduh95 wants to merge 1 commit into
nodejs:mainfrom
aduh95:no-tgz.zip
Open

tools: disable zipping tarballs on GHA#64423
aduh95 wants to merge 1 commit into
nodejs:mainfrom
aduh95:no-tgz.zip

Conversation

@aduh95

@aduh95 aduh95 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Instead of zipping with compression level 0, we can disable zipping altogether.

Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Jul 11, 2026
Comment on lines 94 to +95
path: '*.tar.gz'
compression-level: 0
archive: false

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Surprised it accepts a wildcard with archive: false, but hey, seems to be happy 😀

@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 11, 2026
@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants