mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-09 17:48:43 +00:00
buidl
This commit is contained in:
parent
ff1b5c6917
commit
9121166139
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
dotnet-version: "5.0.x"
|
dotnet-version: "5.0.x"
|
||||||
|
|
||||||
- name: Compile for ${{ matrix.os.prettyName }}
|
- name: Compile for ${{ matrix.os.prettyName }}
|
||||||
run: dotnet publish -c ${{ matrix.os.configurationName }}
|
run: dotnet build -c ${{ matrix.os.configurationName }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue