Skip to content

Commit d705291

Browse files
Add upload artifact step in dotnet-build.yml
Add artifact upload step to the build workflow.
1 parent 1416189 commit d705291

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
working-directory: src
2626
run: |
2727
msbuild.exe ShutdownTimerClassic.sln /p:platform="Any CPU" /p:configuration="Debug"
28+
29+
- uses: actions/upload-artifact@v7
30+
with:
31+
path: src
32+
compression-level: 9
33+
include-hidden-files: true

0 commit comments

Comments
 (0)