Skip to content

Commit

Permalink
Missing .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Jan 10, 2025
1 parent 0042afa commit 0222cd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,13 @@ jobs:
- name: Run net6.0
run: |
cd tests\FlatBuffers.Test\bin\Release\net6.0
FlatBuffers.Test.exe
dir
.\FlatBuffers.Test.exe
- name: Run net8.0
run: |
cd tests\FlatBuffers.Test\bin\Release\net8.0
FlatBuffers.Test.exe
dir
.\FlatBuffers.Test.exe
build-mac-intel:
permissions:
Expand Down

0 comments on commit 0222cd4

Please sign in to comment.