Skip to content

Commit

Permalink
Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CarbonNeuron authored Nov 11, 2020
1 parent af8595b commit 66e31c0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,13 @@ jobs:
with:
dotnet-version: 3.1
- name: Install dependencies
run: dotnet restore "AmongUsCapture\AmongUsCapture.csproj"
run: dotnet restore "AUCapture-WPF\AUCapture-WPF.csproj"
- name: Publish
run: |
dotnet publish "AmongUsCapture\AmongUsCapture.csproj" -p:PublishProfile=FolderProfile -p:AssemblyVersion=0.0.1
dotnet publish "AmongUsCapture\AmongUsCapture.csproj" -p:PublishProfile=FolderProfile1 -p:AssemblyVersion=0.0.1
dotnet publish "AUCapture-WPF\AUCapture-WPF.csproj" -p:PublishProfile=FolderProfile -p:AssemblyVersion=0.0.1
- name: Relocate
run: |
mv AmongUsCapture\\bin\\publish\\32Bit-2\\AmongUsCapture.exe AmongUsCapture-Dependant.exe
mv AmongUsCapture\\bin\\publish\\32Bit\\AmongUsCapture.exe AmongUsCapture.exe
- name: AmongUsCapture-x64-beta
uses: actions/upload-artifact@v2
with:
name: AmongUsCapture-Dependant-beta
path: AmongUsCapture-Dependant.exe
mv AUCapture-WPF\\bin\\Release\\netcoreapp3.1\\publish\\AUCapture-WPF.exe AmongUsCapture.exe
- name: AmongUsCapture-beta
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 66e31c0

Please sign in to comment.