File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,30 +15,30 @@ jobs:
15
15
- name : Setup .NET
16
16
uses : actions/setup-dotnet@v4
17
17
with :
18
- dotnet-version : ' 8 .x.x'
18
+ dotnet-version : ' 9 .x.x'
19
19
20
20
- name : Publish-arm64
21
21
run : dotnet publish /p:RuntimeIdentifier=win-arm64
22
22
- name : Rename-arm64
23
- run : Rename-Item -Path ./Mikoto/bin/Release/net8 .0-windows/win-arm64/publish -NewName mikoto-arm64
23
+ run : Rename-Item -Path ./Mikoto/bin/Release/net9 .0-windows/win-arm64/publish -NewName mikoto-arm64
24
24
- name : Zip-arm64
25
- run : Compress-Archive -Path ./Mikoto/bin/Release/net8 .0-windows/win-arm64/mikoto-arm64 -Destination mikoto-arm64.zip
25
+ run : Compress-Archive -Path ./Mikoto/bin/Release/net9 .0-windows/win-arm64/mikoto-arm64 -Destination mikoto-arm64.zip
26
26
27
27
28
28
- name : Publish-x64
29
29
run : dotnet publish /p:RuntimeIdentifier=win-x64
30
30
- name : Rename-x64
31
- run : Rename-Item -Path ./Mikoto/bin/Release/net8 .0-windows/win-x64/publish -NewName mikoto-64bit
31
+ run : Rename-Item -Path ./Mikoto/bin/Release/net9 .0-windows/win-x64/publish -NewName mikoto-64bit
32
32
- name : Zip-x64
33
- run : Compress-Archive -Path ./Mikoto/bin/Release/net8 .0-windows/win-x64/mikoto-64bit -Destination mikoto-64bit.zip
33
+ run : Compress-Archive -Path ./Mikoto/bin/Release/net9 .0-windows/win-x64/mikoto-64bit -Destination mikoto-64bit.zip
34
34
35
35
36
36
- name : Publish-x86
37
37
run : dotnet publish /p:RuntimeIdentifier=win-x86
38
38
- name : Rename-x86
39
- run : Rename-Item -Path ./Mikoto/bin/Release/net8 .0-windows/win-x86/publish -NewName mikoto-32bit
39
+ run : Rename-Item -Path ./Mikoto/bin/Release/net9 .0-windows/win-x86/publish -NewName mikoto-32bit
40
40
- name : Zip-x86
41
- run : Compress-Archive -Path ./Mikoto/bin/Release/net8 .0-windows/win-x86/mikoto-32bit -Destination mikoto-32bit.zip
41
+ run : Compress-Archive -Path ./Mikoto/bin/Release/net9 .0-windows/win-x86/mikoto-32bit -Destination mikoto-32bit.zip
42
42
43
43
44
44
- name : Create Release and Upload Release Asset
You can’t perform that action at this time.
0 commit comments