Skip to content

Commit

Permalink
minimize window, save output settings
Browse files Browse the repository at this point in the history
  • Loading branch information
InvoxiPlayGames committed Feb 10, 2023
1 parent 19c2538 commit 9b28aee
Show file tree
Hide file tree
Showing 14 changed files with 1,223 additions and 1,118 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Build (Windows)

on: [push]

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
es: NuGet/setup-nuget@v1
- name: Build Solution
run: |
nuget restore ./RB3EHelper.sln
msbuild.exe ./RB3EHelper.sln /p:platform="Any CPU" /p:configuration="Release"
- name: Upload
uses: actions/upload-artifact@v2
with:
name: RB3EHelper
path: RB3EHelper/bin/Release/net6.0-windows
name: Build (Windows)

on: [push]

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
es: NuGet/setup-nuget@v1
- name: Build Solution
run: |
nuget restore ./RB3EHelper.sln
msbuild.exe ./RB3EHelper.sln /p:platform="Any CPU" /p:configuration="Release"
- name: Upload
uses: actions/upload-artifact@v2
with:
name: RB3EHelper
path: RB3EHelper/bin/Release/net6.0-windows
Loading

0 comments on commit 9b28aee

Please sign in to comment.