Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Jun 8, 2024
1 parent 3fcf8d2 commit 3e9426c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
arch:
required: false
description: "The asset arch target"
default: "amd64"
default: ""
archive:
required: false
description: 'The extension. "tar.gz", "darwin", "zip" is supported'
Expand All @@ -21,7 +21,7 @@ inputs:
platform:
required: false
description: "The asset target platform"
default: "linux"
default: ""
tag:
required: false
description: "The release tag"
Expand Down

0 comments on commit 3e9426c

Please sign in to comment.