Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Sep 30, 2024
1 parent 8869c67 commit 3b65183
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ for:
- pwd
- dotnet restore Mirivoice.Desktop/Mirivoice.Desktop.csproj
- dotnet publish Mirivoice.Desktop/Mirivoice.Desktop.csproj -c Release -r osx-x64 --self-contained true

-
matrix:
only:
Expand All @@ -72,9 +71,9 @@ for:
artifacts:
- path: Mirivoice.Desktop\bin\x64\Release\net8.0\win-x64\publish\
name: MiriVoice-win-x64
- path: Mirivoice.Desktop\bin\x64\Release\net8.0\osx-x64\publish\
- path: Mirivoice.Desktop\bin\x64\Release\net8.0\osx-x64\
name: MiriVoice-osx-x64
- path: Mirivoice.Desktop\bin\x64\Release\net8.0\linux-x64\publish\
- path: Mirivoice.Desktop\bin\x64\Release\net8.0\linux-x64\
name: MiriVoice-linux-x64
deploy:
- provider: GitHub
Expand Down

0 comments on commit 3b65183

Please sign in to comment.