Skip to content

Commit 2cdde35

Browse files
authored
Update ci.yml
1 parent 9fd8c70 commit 2cdde35

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ jobs:
1515
dotnet-version: 3.1.102
1616
- name: Build with dotnet
1717
run: dotnet publish -c Release -o publish/win-x64 -r win-x64 /p:PublishSingleFile=true /p:IncludeSymbolsInSingleFile=true /p:PublishTrimmed=true
18-
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

Comments
 (0)