{"id":21313973,"url":"https://github.com/octopusdeploy/create-zip-package-action","last_synced_at":"2026-02-27T08:54:50.696Z","repository":{"id":65158283,"uuid":"575826124","full_name":"OctopusDeploy/create-zip-package-action","owner":"OctopusDeploy","description":"| Public | :octocat: GitHub Action to Create a Zip Package to Upload to Octopus Deploy","archived":false,"fork":false,"pushed_at":"2024-05-23T03:34:46.000Z","size":1401,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-23T04:53:43.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/create-zip-package-for-octopus-deploy","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OctopusDeploy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-08T11:41:02.000Z","updated_at":"2024-05-30T06:16:15.040Z","dependencies_parsed_at":"2024-05-23T04:40:16.281Z","dependency_job_id":null,"html_url":"https://github.com/OctopusDeploy/create-zip-package-action","commit_stats":{"total_commits":25,"total_committers":5,"mean_commits":5.0,"dds":0.56,"last_synced_commit":"4e6bb23129c1cc5e337d1f74a200abba63de4b62"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fcreate-zip-package-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fcreate-zip-package-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fcreate-zip-package-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fcreate-zip-package-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OctopusDeploy","download_url":"https://codeload.github.com/OctopusDeploy/create-zip-package-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225778856,"owners_count":17522710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T18:09:34.975Z","updated_at":"2026-02-27T08:54:50.690Z","avatar_url":"https://github.com/OctopusDeploy.png","language":"TypeScript","readme":"# create-zip-package-action\n\n\u003cimg alt= \"\" src=\"https://github.com/OctopusDeploy/create-zip-package-action/raw/main/assets/github-actions-octopus.png\" /\u003e\n\nThis is a GitHub Action to create a Zip package(s) to push to [Octopus Deploy](https://octopus.com/).\n\n## Examples\n\n```yml\nsteps:\n  - uses: actions/checkout@v3\n\n  # create a Zip package from files in the \"reports\" folder; create package in \"packaging\" folder\n  - name: Create a Zip package 🐙\n    id: create_a_zip_package\n    uses: OctopusDeploy/create-zip-package-action@v4\n    with:\n      package_id: 'DemoPackage'\n      version: '1.0.0'\n      output_folder: './packaging'\n      base_path: reports\n      files: |\n        **/*.*\n```\n\n## 📥 Inputs\n\n| Name            | Description                                                                                                             |\n| :-------------- | :---------------------------------------------------------------------------------------------------------------------- |\n| `package_id`    | **Required.** Package id.                                                                                               |\n| `version`       | **Required.** Package version.                                                                                          |\n| `output_folder` | **Required.** The folder to put the resulting package in, relative to the current working directory, not the base_path. |\n| `base_path`     | **Required.** The base path for the input files.                                                                        |\n| `files`         | **Required.** Multi-line list of files to include in the package, relative to the base path. Supports globbing.         |\n\n## 📤 Outputs\n\n| Name                | Description                                                   |\n| :------------------ | :------------------------------------------------------------ |\n| `package_file_path` | The full path to the package file that was created.           |\n| `package_filename`  | The filename, without the path, of the file that was created. |\n\n## Developers guide\n\n[Developers Guide](DEVELOPERS_GUIDE.md)\n\n## 🤝 Contributions\n\nContributions are welcome! :heart: Please read our [Contributing Guide](CONTRIBUTING.md) for information about how to get involved in this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctopusdeploy%2Fcreate-zip-package-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctopusdeploy%2Fcreate-zip-package-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctopusdeploy%2Fcreate-zip-package-action/lists"}