Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
isteinbrecher committed Jan 20, 2025
1 parent ee9b364 commit 1e80c9d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ jobs:
run: echo %GITHUB_WORKSPACE%
- name: Python
shell: cmd
run: python --version
- name: Compile Visual Studio project with MSBuild
shell: cmd
run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && msbuild' }}
working-directory: path/to/your/project
run: python create_release.py
working-directory: ${{ github.workspace }}/scripts

0 comments on commit 1e80c9d

Please sign in to comment.