Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Feb 22, 2024
1 parent c351bb6 commit 6e4caf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
run: dotnet publish -c Release -o publish -r win-x64 --self-contained true
- name: Run tree
run: tree .
- name: Run ls
run: ls DiSH.cs/bin/Release/net8.0/win-x64
- name: Upload artifact
uses: actions/upload-artifact@v4.3.1
with:
# Artifact name
name: "Release"
path: "DiSH.cs/bin/Release/net8.0/win-x64"

0 comments on commit 6e4caf6

Please sign in to comment.