Skip to content

Commit

Permalink
fix(ci): Make publish action upload cli artifacts (#9040)
Browse files Browse the repository at this point in the history
**Related issue:**

 - Closes #9035
  • Loading branch information
kdy1 committed Jun 12, 2024
1 parent f7dc824 commit 3337bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/cancel.yml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/cli_upload_gh_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

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

Expand Down

0 comments on commit 3337bb2

Please sign in to comment.