We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc5118 commit 5556c42Copy full SHA for 5556c42
cli/deploy/mod.ts
@@ -37,7 +37,7 @@ export const action = async (
37
38
spinner.text = 'Uploading package...'
39
// upload package
40
- await upload(fileName, tempPath, arkiveName, options)
+ await upload(fileName, tempPath, manifest, options)
41
42
spinner.text = 'Cleaning up...'
43
// cleanup
0 commit comments