Skip to content

Commit 9b670f5

Browse files
authored
Update release-build.yml
Removed upload of test results using custom action as there's no PR/COMIT to publish to for a release build. Instead, just uploads the TRX files.
1 parent 02d2e89 commit 9b670f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
run: ./Invoke-Tests.ps1
3737

3838
- name: Publish Test Results
39-
uses: EnricoMi/publish-unit-test-result-action/windows@v2
39+
uses: actions/upload-artifact@v4
4040
with:
41-
files: BuildOutput/Test-Results/*.trx
41+
name: test-results
42+
path: BuildOutput/Test-Results/*.trx
4243

4344
- name: Publish Artifacts
4445
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)