Skip to content

Commit f05eca3

Browse files
authored
Update dotnet-desktop.yml
1 parent 7765e0a commit f05eca3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: .NET Core Desktop
2-
32
on:
43
push:
54
branches: [ "master" ]
65
pull_request:
76
branches: [ "master" ]
8-
97
jobs:
10-
118
build:
129
runs-on: windows-latest
1310
steps:
1411
- name: Checkout
15-
uses: actions/checkout@v3
16-
12+
uses: actions/checkout@v3
1713
- name: Build
18-
run: 'dotnet build .'
14+
run: 'dotnet publish .\SuperLauncherBootstrap'
15+
- name: Upload Artifact
16+
uses: actions/[email protected]
17+
with:
18+
path: '.\SuperLauncherBootstrap\bin'

0 commit comments

Comments
 (0)