Skip to content

Commit

Permalink
chore(ci): Fix binary upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 12, 2024
1 parent c3c714e commit e4cbc8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cli_upload_gh_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh

cd ./packages/core/

# Naive substitution to napi artifacts for the cli binary.
for filename in ./packages/core/artifacts_cli/*
for filename in artifacts_cli/*
do
echo "Trying to upload $filename"

Expand Down

0 comments on commit e4cbc8d

Please sign in to comment.