Skip to content

Commit

Permalink
added find file action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Feb 27, 2024
1 parent 584b340 commit 3b3db40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build ${{github.workspace}}/build
- name: Find FRI version header
uses: andstor/file-existence-action@v3
with:
files: ${{github.workspace}}/build/FRI-Client-SDK_Cpp/include/friVersion.h

0 comments on commit 3b3db40

Please sign in to comment.