Skip to content

Commit 5556c42

Browse files
committed
fix: bug in cli deploy
1 parent 4dc5118 commit 5556c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/deploy/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const action = async (
3737

3838
spinner.text = 'Uploading package...'
3939
// upload package
40-
await upload(fileName, tempPath, arkiveName, options)
40+
await upload(fileName, tempPath, manifest, options)
4141

4242
spinner.text = 'Cleaning up...'
4343
// cleanup

0 commit comments

Comments
 (0)