Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 03:48

New console style

==================================================
πŸš€ Compress/Decompress Action
==================================================


πŸ“‹ Environment Configuration:
  β€’ Command: compress
  β€’ Source: ./test3
  β€’ Format: zip
  β€’ Include Root: false

==================================================
πŸš€ Compression Process Started
==================================================

Adjusted path: /github/workspace/./test3

πŸ“‹ Configuration:
  β€’ Source: /github/workspace/./test3
  β€’ Format: zip
  β€’ Include Root: false
  β€’ Initial Directory: /github/workspace
Destination Path: test3.zip
Attempting to compress directory /github/workspace/./test3 to test3.zip
Changed CWD for Compression: /github/workspace/test3
βš™οΈ  Executing: zip -r test3.zip .
βœ… Command executed successfully
Restored CWD: /github/workspace
βœ… Compression completed: test3.zip

Changelog

v1.0.4 (2025-02-07)

Full Changelog

Closed issues:

  • When compressing, zip includes folder named as source #4

Merged pull requests:

  • build(deps): bump janheinrichmerker/action-github-changelog-generator from 2.3 to 2.4 in the actions-minor group #7 (dependabot[bot])
  • build(deps): bump super-linter/super-linter from 7.2.0 to 7.2.1 in the actions-minor group #6 (dependabot[bot])
  • build(deps): bump super-linter/super-linter from 7.1.0 to 7.2.0 in the actions-minor group #5 (dependabot[bot])

* This Changelog was automatically generated by github_changelog_generator