Skip to content

Commit 7be7afc

Browse files
committed
chore(gcssjs_ci): fix ls
1 parent 1b3ccce commit 7be7afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcssjs_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: ${{ !matrix.settings.docker }}
110110
shell: bash
111111
- name: List built files
112-
run: ls -la gcssjs/
112+
run: ls -la
113113
- name: Upload artifact
114114
uses: actions/upload-artifact@v4
115115
with:

0 commit comments

Comments
 (0)