Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
Include html file for testing
  • Loading branch information
Bert-Proesmans authored May 2, 2021
1 parent 91d0c35 commit 097724c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}

- name: Copy HTML file for testing to publish directory
run: Copy-Item -Path '.\static\superchat test.html' -Destination '.\bin\publish\superchat test.html'

# Upload the package: https://github.com/marketplace/actions/upload-artifact
- name: Upload build artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 097724c

Please sign in to comment.