File tree 4 files changed +32
-6
lines changed
src/Kuriimu2.Cmd/Properties/PublishProfiles
4 files changed +32
-6
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,6 @@ jobs:
146
146
- name : Clone update repository
147
147
run : git clone https://github.com/FanTranslatorsInternational/Kuriimu2-CommandLine-Update ./update_repo
148
148
149
- - name : Commit changes to update repo
150
- run : |
151
- ls ./update/Windows
152
- ls ./update/Linux
153
- ls ./update/Mac
154
-
155
149
- name : Move update files to update repo
156
150
run : |
157
151
mv -Force ./update/Windows/* ./update_repo/Windows
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ https://go.microsoft.com/fwlink/?LinkID=208121.
4
+ -->
5
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6
+ <PropertyGroup >
7
+ <Configuration >Release</Configuration >
8
+ <Platform >Any CPU</Platform >
9
+ <PublishDir >..\..\dist\Release\netcoreapp31\win-x64\publish\</PublishDir >
10
+ <PublishProtocol >FileSystem</PublishProtocol >
11
+ <TargetFramework >netcoreapp31</TargetFramework >
12
+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
13
+ <SelfContained >false</SelfContained >
14
+ <PublishSingleFile >True</PublishSingleFile >
15
+ </PropertyGroup >
16
+ </Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ https://go.microsoft.com/fwlink/?LinkID=208121.
4
+ -->
5
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6
+ <PropertyGroup >
7
+ <Configuration >Release</Configuration >
8
+ <Platform >Any CPU</Platform >
9
+ <PublishDir >..\..\dist\Release\netcoreapp31\win-x64\publish\</PublishDir >
10
+ <PublishProtocol >FileSystem</PublishProtocol >
11
+ <TargetFramework >netcoreapp31</TargetFramework >
12
+ <RuntimeIdentifier >osx-x64</RuntimeIdentifier >
13
+ <SelfContained >false</SelfContained >
14
+ <PublishSingleFile >True</PublishSingleFile >
15
+ </PropertyGroup >
16
+ </Project >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments