Skip to content

Commit a29d92b

Browse files
committed
chore: use pwsh to upload
1 parent 277f996 commit a29d92b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
.\Packaging\Build.ps1 -Mode Canary
8686
8787
- name: Upload to Alist
88-
shell: powershell
88+
shell: pwsh
8989
env:
9090
ALIST_TOKEN: ${{ secrets.ALIST_TOKEN }}
9191
run: |

AquaMai

MaiChartManager/AppMain.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
 // Auto-generated file. Do not modify manually.
1+
// Auto-generated file. Do not modify manually.
22
namespace MaiChartManager;
33

44
public partial class AppMain
55
{
6-
public const string Version = "26.1";
6+
public const string Version = "26.2";
77
}

MuConvert

Submodule MuConvert updated 316 files

0 commit comments

Comments
 (0)