Only upload built files
This commit is contained in:
parent
91eeb7818e
commit
a18abe4ccd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/LANCommander.yml
vendored
4
.github/workflows/LANCommander.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
|
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o LANCommander
|
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o _Build
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: LANCommander
|
name: LANCommander
|
||||||
path: "./LANCommander"
|
path: "./_Build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue