Skip to content

Commit

Permalink
msvc build 7
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulbhatt committed Jul 11, 2023
1 parent 676671d commit 7959750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"

- name: Build
run: cl /EHsc KeyFlow\KeyFlow.cpp /link user32.lib /Fe:KeyFlow-${{ matrix.architecture }}.exe
run: cl /EHsc KeyFlow\KeyFlow.cpp /link user32.lib /Fe:KeyFlow.exe

- name: Display structure of downloaded files
run: tree /f /a ..
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: KeyFlow-windows-${{ matrix.architecture }}-executable
path: KeyFlow-${{ matrix.architecture }}.exe
path: KeyFlow.exe

create_release:
needs: build
Expand Down

0 comments on commit 7959750

Please sign in to comment.