Skip to content

Commit

Permalink
change appveyor.py to deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 6, 2024
1 parent 6e36bbb commit 01cdd11
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 46 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nuget restore

- name: Build and make appcast (Linux only)
run: python3 Mirivoice.Desktop/appveyor.py 2>&1
run: python3 Mirivoice.Desktop/deploy.py 2>&1


- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nuget restore

- name: Build and make appcast (Mac only)
run: python3 Mirivoice.Desktop/appveyor.py 2>&1
run: python3 Mirivoice.Desktop/deploy.py 2>&1

- name: Move File
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nuget restore

- name: Build and make appcast (Windows only)
run: python Mirivoice.Desktop/appveyor.py 2>&1
run: python Mirivoice.Desktop/deploy.py 2>&1

- name: Zip
run: |
Expand Down
41 changes: 0 additions & 41 deletions Mirivoice.Desktop/appcast.py

This file was deleted.

File renamed without changes.

0 comments on commit 01cdd11

Please sign in to comment.