We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd8c70 commit 2cdde35Copy full SHA for 2cdde35
.github/workflows/ci.yml
@@ -15,4 +15,10 @@ jobs:
15
dotnet-version: 3.1.102
16
- name: Build with dotnet
17
run: dotnet publish -c Release -o publish/win-x64 -r win-x64 /p:PublishSingleFile=true /p:IncludeSymbolsInSingleFile=true /p:PublishTrimmed=true
18
-
+ - name: Upload artifact
19
+ uses: actions/upload-artifact@v1.0.0
20
+ with:
21
+ # Artifact name
22
+ name: DotNetGitStats
23
+ # Directory containing files to upload
24
+ path: publish/win-x64
0 commit comments