Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilymclean/pack-chromium-extension-action
Generates a signed .crx file, ready for distribution.
https://github.com/emilymclean/pack-chromium-extension-action
github-actions
Last synced: 16 days ago
JSON representation
Generates a signed .crx file, ready for distribution.
- Host: GitHub
- URL: https://github.com/emilymclean/pack-chromium-extension-action
- Owner: emilymclean
- License: mit
- Created: 2024-06-06T10:15:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:42:51.000Z (about 2 months ago)
- Last Synced: 2024-11-16T14:28:47.272Z (about 2 months ago)
- Topics: github-actions
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pack-chromium-extension Action
Generates a signed .crx file, ready for distribution.
## Inputs
| Input | Required | Description |
| -------------- | -------- | ----------------------------------------------------- |
| `input-folder` | ✅ | The source folder of the extension. |
| `output-file` | ✅ | Where the resulting extension file should be written. |## Example usage
```
uses: emilymclean/pack-chromium-extension-action@v1
env:
EXTENSION_KEY: $
with:
input-folder: src
output-file: extension.crx
```