Skip to content

Commit

Permalink
Test artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
TraceEntertains authored Sep 1, 2024
1 parent 169015d commit 250c970
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload build results
uses: actions/upload-artifact@v4
with:
name: tns2tool_build
path: bin

0 comments on commit 250c970

Please sign in to comment.