Skip to content

Commit 8a33d82

Browse files
authored
add artifact
1 parent c0a5de6 commit 8a33d82

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ jobs:
1818
- name: Build with dotnet
1919
run: dotnet build -c Release
2020
- name: Publish
21-
run: dotnet publish -c Release -r ${{ matrix.os }} --self-contained
21+
run: dotnet publish -c Release -r ${{ matrix.os }} -o dist --self-contained
22+
- name: Upload artifact
23+
uses: actions/[email protected]
24+
with:
25+
name: ${{ matrix.os }}
26+
path: dist

0 commit comments

Comments
 (0)