fixed 'uses' error

This commit is contained in:
The-EDev 2023-06-16 14:21:03 +03:00
parent d0001438fe
commit c365201d4f
No known key found for this signature in database
GPG Key ID: 51C45DC0C413DCD9

View File

@ -59,6 +59,7 @@ jobs:
cmake -B build
fi
shell: bash
- name: Build
# Build your program with the given configuration
run: cmake --build build --config ${{env.BUILD_TYPE}}
@ -84,8 +85,8 @@ jobs:
shell: bash
- name: Save PR number
- uses: actions/upload-artifact@v3
- name: Save report
uses: actions/upload-artifact@v3
if: matrix.os == 'ubuntu-latest'
with:
name: coveralls.json