Skip to content

Commit

Permalink
Fix RID for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
affederaffe authored Nov 13, 2023
1 parent 534496d commit 37759dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
dotnet-version: "8.0.x"

- name: Build Self Contained
run: dotnet publish ./BeatSaberModManager/BeatSaberModManager.csproj -c Release -r win10-x64 --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=true
run: dotnet publish ./BeatSaberModManager/BeatSaberModManager.csproj -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=true
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: BeatSaberModManager-win-x64-self-contained
path: BeatSaberModManager/bin/Release/win10-x64/publish/BeatSaberModManager.exe

- name: Build Framework Dependent
run: dotnet publish ./BeatSaberModManager/BeatSaberModManager.csproj -c Release -r win10-x64 --no-self-contained -p:PublishSingleFile=true
run: dotnet publish ./BeatSaberModManager/BeatSaberModManager.csproj -c Release -r win-x64 --no-self-contained -p:PublishSingleFile=true
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 37759dd

Please sign in to comment.