Skip to content

Commit

Permalink
Dir relase
Browse files Browse the repository at this point in the history
  • Loading branch information
sithumonline committed Apr 12, 2024
1 parent 867b7a8 commit e858b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
echo "SHA_SHORT=$(git rev-parse --short "$env:GITHUB_SHA")" >> "$env:GITHUB_ENV"
- name: Build and compile
run: |
mkdir build && cd build && cmake .. && cmake --build .
mkdir build && cd build && cmake .. && cmake --build . --config Release
dir
dir Release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit e858b01

Please sign in to comment.