Skip to content

Commit 93eefc2

Browse files
committed
Debug the GitHub Actions script #339
1 parent 626eb38 commit 93eefc2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/linux-clang.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,12 @@ jobs:
290290
- name: Move artifacts
291291
shell: bash
292292
run: |
293-
mkdir .artifacts
294-
mv .doxygen/doc .artifacts
295-
mv .build/tetengo-* .artifacts
293+
pwd
294+
ls -lR
295+
mkdir -v .artifacts
296+
mv -v .doxygen/doc .artifacts
297+
mv -v .build/tetengo-* .artifacts
298+
ls -lR
296299
297300
- name: Upload artifacts
298301
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)