Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 3, 2024
1 parent 0fb8425 commit 19e9285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# linuxdeplay-build-helper

An action that aims to help building an
An action that aims to help build an
[AppImage](https://github.com/AppImage/AppImageKit) using
[linuxdeploy](https://github.com/linuxdeploy/linuxdeploy).

Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 'LinuxDeploy Action'
description: 'An action that aims to help build an AppImage using linuxdeploy'

inputs:
platform:
Expand Down Expand Up @@ -81,3 +82,6 @@ runs:
run: |
echo "IMAGE_FILENAME=$(basename `find out/*.AppImage`)" >> $GITHUB_ENV
branding:
icon: package
color: gray-dark

0 comments on commit 19e9285

Please sign in to comment.