This commit is contained in:
Maschell 2022-09-04 17:32:16 +02:00
parent 8598f533b8
commit 9d873c7e39
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: