Skip to content

Commit

Permalink
Added appcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 6, 2024
1 parent be5142f commit e8759b4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:
- name: Restore dependencies
run: nuget restore

- name: Build the project
run: dotnet build --configuration Release

- name: Run tests (Windows only)
- name: Build and make appcast (Windows only)
if: matrix.os == 'windows-latest'
run: python Mirivoice.Desktop/appveyor.py 2>&1

- name: Run tests (Linux/Mac)
- name: Build and make appcast (Linux/Mac)
if: matrix.os != 'windows-latest'
run: python3 Mirivoice.Desktop/appveyor.py 2>&1

Expand All @@ -60,6 +57,10 @@ jobs:
Mirivoice.Desktop/bin/win-x64/MiriVoice-win-x64.zip
Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.zip
MiriVoice-linux-x64.tar.gz
appcast.win-x86.xml
appcast.win-x64.xml
appcast.linux-x64.xml
appcast.osx-x64.xml
deploy:
name: Deploy to GitHub Releases
Expand Down Expand Up @@ -102,3 +103,7 @@ jobs:
Mirivoice.Desktop/bin/win-x64/MiriVoice-win-x64.zip
Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.zip
MiriVoice-linux-x64.tar.gz
appcast.win-x86.xml
appcast.win-x64.xml
appcast.linux-x64.xml
appcast.osx-x64.xml

0 comments on commit e8759b4

Please sign in to comment.