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 29, 2024
1 parent bd51212 commit 630c4b6
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 @@ -28,11 +28,11 @@ build_script:
dotnet publish C:\projects\mirivoice\Mirivoice.Desktop\Mirivoice.Desktop.csproj -c Release -r win-x64 --self-contained true
artifacts:
- path: Mirivoice.Desktop\bin\Release\net8.0\win-x64\publish
- path: Mirivoice.Desktop\bin\Any CPU\Release\net8.0\win-x64\publish\
name: MiriVoice-win-x64
- path: Mirivoice.Desktop\bin\Release\net8.0\osx-x64\publish
- path: Mirivoice.Desktop\bin\Any CPU\Release\net8.0\osx-x64\publish\
name: MiriVoice-osx-x64
- path: Mirivoice.Desktop\bin\Release\net8.0\linux-x64\publish
- path: Mirivoice.Desktop\bin\Any CPU\Release\net8.0\linux-x64\publish\
name: MiriVoice-linux-x64
deploy:
- provider: GitHub
Expand Down

0 comments on commit 630c4b6

Please sign in to comment.