Skip to content

Commit

Permalink
Update build path
Browse files Browse the repository at this point in the history
  • Loading branch information
PercyDan54 committed Feb 21, 2024
1 parent 9ae9ec8 commit 35cb994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ build_script:
dotnet build osu.Desktop -c Release -r linux-arm
test: off
artifacts:
- path: ./osu.Desktop/bin/Release/net6.0/win-x64
- path: ./osu.Desktop/bin/Release/net8.0/win-x64
name: osu-windows
- path: ./osu.Desktop/bin/Release/net6.0/linux-x64
- path: ./osu.Desktop/bin/Release/net8.0/linux-x64
name: osu-linux-x64
- path: ./osu.Desktop/bin/Release/net6.0/linux-arm
- path: ./osu.Desktop/bin/Release/net8.0/linux-arm
name: osu-linux-arm
deploy:
- provider: GitHub
Expand Down

0 comments on commit 35cb994

Please sign in to comment.