Skip to content

Commit 1f5cea3

Browse files
committed
Correct the GitHub Actions script #339
1 parent cd1c81b commit 1f5cea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux-clang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +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+
mkdir artifacts
294+
mv .doxygen/doc artifacts
295+
mv .build/tetengo-* artifacts
296296
297297
- name: Upload artifacts
298298
uses: actions/upload-artifact@v4
299299
with:
300300
name: artifacts-linux
301-
path: .artifacts
301+
path: artifacts

0 commit comments

Comments
 (0)