Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
K97i committed Aug 8, 2024
1 parent d13bafb commit 47201dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-commit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
- name: Build Release
run: msbuild client\client.sln -property:Configuration=Release
- name: Build Release - NoRing0 build
run: |
msbuild client\client.sln -property:Configuration=ReleaseNoRing0
ren "client\bin\Release\NoRing0\specify_client.exe" "specify_client_noring0.exe"
run: msbuild client\client.sln -property:Configuration=ReleaseNoRing0
- name: Upload build
uses: actions/[email protected]
with:
name: specify_client_commit
path: |
client\bin\Release\specify_client.exe
client\bin\Release\NoRing0\specify_client_noring0.exe
client\bin\Release\specify_client_noring0.exe

0 comments on commit 47201dd

Please sign in to comment.