Skip to content

Commit

Permalink
internal: fix Windows coverage artifact upload (skyrim-multiplayer#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 11, 2021
1 parent 706c43b commit 04eb353
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}} --verbose # --output-on-failure

- uses: actions/upload-artifact@v2
with:
name: coverage
path: ${{github.workspace}}/build/__coverage
- uses: actions/upload-artifact@v2
with:
name: dist
path: ${{github.workspace}}/build/dist

# TODO(#631): wait until empty file upload issue is fixed and unfreeze version
- uses: actions/upload-artifact@v2.2.4
with:
name: coverage
path: ${{github.workspace}}/build/__coverage

0 comments on commit 04eb353

Please sign in to comment.