Skip to content

Commit d200791

Browse files
authored
Update dotnet.yml
1 parent 54229c0 commit d200791

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ jobs:
2424
run: dotnet restore
2525
- name: Build
2626
run: dotnet build
27+
- name: Upload a Build Artifact
28+
uses: actions/upload-artifact@v4.6.1
29+
with:
30+
# Artifact name
31+
name: artifact
32+
# A file, directory or wildcard pattern that describes what to upload
33+
path: bin/
34+
# The desired behavior if no files are found using the provided path.
35+
36+

0 commit comments

Comments
 (0)