Skip to content

Commit

Permalink
Update Build_HydraUSB3_USB_benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored Aug 21, 2022
1 parent 932b9d8 commit 704a73b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build_HydraUSB3_USB_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ jobs:
id: id_version
shell: msys2 {0}
run: |
cd HydraUSB3_USB_benchmark
app_major_minor_patch=`grep -oP '(?<=VERSION = )[0-9.]+' Makefile`
echo "::set-output name=app_version::v$app_major_minor_patch-${{steps.id_date.outputs.timestamp}}"
- name: Build app
shell: msys2 {0}
run: |
cd HydraUSB3_USB_benchmark
mingw32-make
cp /mingw64/bin/libusb-1.0.dll ./
- name: Upload artifact
Expand Down

0 comments on commit 704a73b

Please sign in to comment.