Skip to content

Commit

Permalink
Fix upploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 15, 2024
1 parent e293f46 commit e633b8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
cmake .. -GNinja -DFETCHCONTENT_QUIET=OFF
ninja package-llvm-toolchain
- name: upload
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: build/LLVM-ETOOL*.tar.xz
retention-days: 5
uses: actions/upload-artifact@v4
with:
name: LLVM-ETOOL
path: build/LLVM-ETOOL*.tar.xz
retention-days: 5

0 comments on commit e633b8f

Please sign in to comment.