Skip to content

Commit

Permalink
Report version.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Apr 24, 2024
1 parent e8fc1d4 commit d53e5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
run: |
mkdir release
find . -type f -path '*/fossa/fossa.exe' -exec cp {} release \;
./release/fossa.exe --version
cp target/release/diagnose.exe release
cp target/release/millhone.exe release
Expand All @@ -206,6 +207,7 @@ jobs:
run: |
mkdir release
find . -type f -path '*/fossa/fossa' -exec cp {} release \;
./release/fossa --version
cp target/release/diagnose release
cp target/release/millhone release
Expand Down

0 comments on commit d53e5c7

Please sign in to comment.