mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-29 04:08:42 +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"
|
||||
|
||||
- name: Compile
|
||||
run: dotnet publish
|
||||
run: dotnet publish -c Linux
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
10
.idea/.idea.UnionPatcher/.idea/indexLayout.xml
generated
10
.idea/.idea.UnionPatcher/.idea/indexLayout.xml
generated
|
@ -2,7 +2,15 @@
|
|||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<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 />
|
||||
</component>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue