mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-30 04:38:39 +00:00
Make dotnet publish use Linux configuration
This commit is contained in:
parent
297e73de8c
commit
f93d14fff5
2 changed files with 10 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
dotnet-version: "5.0.x"
|
dotnet-version: "5.0.x"
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: dotnet publish
|
run: dotnet publish -c Linux
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
10
.idea/.idea.UnionPatcher/.idea/indexLayout.xml
generated
10
.idea/.idea.UnionPatcher/.idea/indexLayout.xml
generated
|
@ -2,7 +2,15 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="UserContentModel">
|
<component name="UserContentModel">
|
||||||
<attachedFolders />
|
<attachedFolders />
|
||||||
<explicitIncludes />
|
<explicitIncludes>
|
||||||
|
<Path>.github</Path>
|
||||||
|
<Path>.gitignore</Path>
|
||||||
|
<Path>LICENSE</Path>
|
||||||
|
<Path>README.md</Path>
|
||||||
|
<Path>UnionPatcher.sln.DotSettings</Path>
|
||||||
|
<Path>UnionPatcher.sln.DotSettings.user</Path>
|
||||||
|
<Path>global.json</Path>
|
||||||
|
</explicitIncludes>
|
||||||
<explicitExcludes />
|
<explicitExcludes />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
Loading…
Add table
Add a link
Reference in a new issue