https://github.com/appimagecrafters/build-appimage
GitHub Action for producing AppImages
https://github.com/appimagecrafters/build-appimage
Last synced: 3 months ago
JSON representation
GitHub Action for producing AppImages
- Host: GitHub
- URL: https://github.com/appimagecrafters/build-appimage
- Owner: AppImageCrafters
- License: mit
- Created: 2020-05-04T20:38:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T17:28:31.000Z (over 1 year ago)
- Last Synced: 2025-02-01T02:15:47.068Z (4 months ago)
- Size: 14.6 KB
- Stars: 32
- Watchers: 2
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-appimage
Create an AppImage using appimage-builder. Check the [appimage-builder documentation](https://appimage-builder.readthedocs.io/) for more details about writing the recipe files.
## Inputs
### `recipe`
**Required** The appimage-builder recipe file.
### `args`
**Optional** The appimage-builder execution args.
## Example usage
```yaml
uses: AppImageCrafters/build-appimage@master
with:
recipe: "./appimage-demo-qt5/AppImageBuilder.yml"
env:
UPDATE_INFO: gh-releases-zsync|AppImageCrafters|appimage-demo-qt5|latest|*x86_64.AppImage.zsync
```