We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb8425 commit 19e9285Copy full SHA for 19e9285
README.md
@@ -1,6 +1,6 @@
1
# linuxdeplay-build-helper
2
3
-An action that aims to help building an
+An action that aims to help build an
4
[AppImage](https://github.com/AppImage/AppImageKit) using
5
[linuxdeploy](https://github.com/linuxdeploy/linuxdeploy).
6
action.yml
@@ -1,4 +1,5 @@
name: 'LinuxDeploy Action'
+description: 'An action that aims to help build an AppImage using linuxdeploy'
inputs:
platform:
@@ -81,3 +82,6 @@ runs:
81
82
run: |
83
echo "IMAGE_FILENAME=$(basename `find out/*.AppImage`)" >> $GITHUB_ENV
84
85
+branding:
86
+ icon: package
87
+ color: gray-dark
0 commit comments