This commit is contained in:
Maschell 2022-09-04 17:32:16 +02:00
parent c066e911a8
commit d8cef3534a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: binary
path: "/lib/*.a"
path: "lib/*.a"
clang-format-examples:
runs-on: ubuntu-22.04
steps: