Skip to content

Commit 19e9285

Browse files
committed
Update metadata
1 parent 0fb8425 commit 19e9285

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# linuxdeplay-build-helper
22

3-
An action that aims to help building an
3+
An action that aims to help build an
44
[AppImage](https://github.com/AppImage/AppImageKit) using
55
[linuxdeploy](https://github.com/linuxdeploy/linuxdeploy).
66

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: 'LinuxDeploy Action'
2+
description: 'An action that aims to help build an AppImage using linuxdeploy'
23

34
inputs:
45
platform:
@@ -81,3 +82,6 @@ runs:
8182
run: |
8283
echo "IMAGE_FILENAME=$(basename `find out/*.AppImage`)" >> $GITHUB_ENV
8384
85+
branding:
86+
icon: package
87+
color: gray-dark

0 commit comments

Comments
 (0)