Skip to content

Commit

Permalink
Use newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
firstcryptoman committed Feb 22, 2023
1 parent c380f09 commit 3eb7d1a
Show file tree
Hide file tree
Showing 5 changed files with 9,873 additions and 11,046 deletions.
11 changes: 4 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: 'Upload a Release Asset firo'
name: 'Upload a Release Asset'
description: 'Upload a release asset to an existing release in your repository'
author: 'GitHub'
inputs:
upload_url:
description: 'The URL for uploading assets to the release'
required: true
asset_path:
description: 'The path to the asset you want to upload'
required: true
asset_name:
description: 'The name of the asset you want to upload'
required: true
asset_content_type:
description: 'The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information'
tag:
description: 'Release tag name'
required: true
outputs:
browser_download_url:
Expand All @@ -22,4 +19,4 @@ runs:
main: 'dist/index.js'
branding:
icon: 'package'
color: 'gray-dark'
color: 'gray-dark'
Loading

0 comments on commit 3eb7d1a

Please sign in to comment.