Skip to content

Commit

Permalink
Debug the GitHub Actions script #339
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Jan 2, 2025
1 parent 93eefc2 commit 1ce418e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@ jobs:
shell: bash
run: |
pwd
ls -lR
mkdir -v .artifacts
mv -v .doxygen/doc .artifacts
mv -v .build/tetengo-* .artifacts
ls -lR
ls -alR
mkdir -v artifacts
mv -v .doxygen/doc artifacts
mv -v .build/tetengo-* artifacts
ls -alR
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts-linux
path: .artifacts
path: artifacts

0 comments on commit 1ce418e

Please sign in to comment.