Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
affederaffe authored Aug 21, 2024
1 parent 3b40006 commit acbbcce
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 @@ -64,12 +64,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: BeatSaberModManager-win-x64-self-contained
path: BeatSaberModManager/bin/Release/win10-x64/publish/BeatSaberModManager.exe
path: BeatSaberModManager/bin/Release/win-x64/publish/BeatSaberModManager.exe

- name: Build Framework Dependent
run: dotnet publish ./BeatSaberModManager/BeatSaberModManager.csproj -c Release -r win-x64 --no-self-contained -p:PublishSingleFile=true
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: BeatSaberModManager-win-x64-framework-dependent
path: BeatSaberModManager/bin/Release/win10-x64/publish/BeatSaberModManager.exe
path: BeatSaberModManager/bin/Release/win-x64/publish/BeatSaberModManager.exe

0 comments on commit acbbcce

Please sign in to comment.