Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 22, 2024
1 parent 01b735f commit 614c83c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Arturo Bundler'
description: 'Bundle Arturo applications as executable binaries'
branding:
icon: package
color: purple
inputs:
token:
description: >-
Expand Down Expand Up @@ -114,8 +117,4 @@ runs:
with:
name: ${{ env.FILENAME }}
path: ${{ env.FILENAME }}${{ inputs.release == 'true' && '.zip' || '' }}

branding:
icon: 'package'
color: 'purple'

0 comments on commit 614c83c

Please sign in to comment.