https://github.com/endel/construct3-addon-release-github-actions
Automatically publish your Construct3 Addon through Github Actions and Puppeteer
https://github.com/endel/construct3-addon-release-github-actions
Last synced: 4 months ago
JSON representation
Automatically publish your Construct3 Addon through Github Actions and Puppeteer
- Host: GitHub
- URL: https://github.com/endel/construct3-addon-release-github-actions
- Owner: endel
- Created: 2023-07-05T01:37:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T00:04:38.000Z (over 1 year ago)
- Last Synced: 2025-04-02T19:21:33.577Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Publishing a `.c3addon` to Construct3 Addons Page through GitHub Actions
Uses a headless puppeteer to log-in into the construct.net website, create a
release based on the version change of specified `addon.json` file, and upload
the `.c3addon` file.
- See [`.github/workflows/release.yml`](.github/workflows/release.yml) config.
- Uses [c3addon](https://github.com/ConstructFund/c3addon) to publish.
Store your secrets via your repo settings: (not recommended to place it directly
in the `.yml` file.)
