Skip to content

Commit 13edce4

Browse files
committed
Fix required
1 parent 0cb1079 commit 13edce4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ inputs:
2020
required: true
2121
download-url-win-x64:
2222
description: 'The url to download the extension from (for Windows x64)'
23-
required: true
23+
required: false
2424
download-url-win-arm64:
2525
description: 'The url to download the extension from (for Windows ARM64)'
26-
required: true
26+
required: false
2727
download-url-macos-x64:
2828
description: 'The url to download the extension from (for macOS x86)'
29-
required: true
29+
required: false
3030
download-url-macos-arm64:
3131
description: 'The url to download the extension from (for macOS ARM64)'
32-
required: true
32+
required: false
3333
download-url-linux-x64:
3434
description: 'The url to download the extension from (for Linux x64)'
35-
required: true
35+
required: false
3636
download-url-linux-arm64:
3737
description: 'The url to download the extension from (for Linux ARM64)'
38-
required: true
38+
required: false
3939
publish:
4040
description: 'Whether to immediately set status to "published"'
4141
required: false

0 commit comments

Comments
 (0)