Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit 5fa15a5

Browse files
committed
Use built
1 parent a2396ff commit 5fa15a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656

5757
- uses: actions/download-artifact@v2
5858
with:
59+
path: built
5960
name: cli-files
6061

6162
- name: List files
62-
run: ls -R
63+
run: ls -R built

0 commit comments

Comments
 (0)