Skip to content

Commit 3337bb2

Browse files
authoredJun 12, 2024
fix(ci): Make publish action upload cli artifacts (#9040)
**Related issue:** - Closes #9035
1 parent f7dc824 commit 3337bb2

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed
 

‎.github/workflows/cancel.yml

-17
This file was deleted.

‎scripts/cli_upload_gh_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Naive substitution to napi artifacts for the cli binary.
4-
for filename in artifacts_cli/*
4+
for filename in ./packages/core/artifacts_cli/*
55
do
66
echo "Trying to upload $filename"
77

0 commit comments

Comments
 (0)