Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Try to locate windows binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Aug 23, 2023
1 parent 0c97d2d commit be55c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config Release

- name: Locate binary
run: dir ${{github.workspace}}/build/x64
run: dir ${{github.workspace}}/build/x64/Release
# - name: Save binary
# uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit be55c47

Please sign in to comment.