Skip to content

Commit

Permalink
Update windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Oct 20, 2024
1 parent 8d002bc commit e082d84
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
# test
swift test
- name: Upload test artifacts
if: failure()
- name: Upload artifacts
if: always()
uses: actions/[email protected]
with:
name: test-artifacts-windows-${{ github.run_id }}
Expand All @@ -71,8 +71,16 @@ jobs:
.build/*.xml
.build/*.json
.build/*.txt
.build/**/*.xctest
.build/**/*.json
.build/**/*.txt
.build/**/*.a
.build/**/*.lib
.build/**/*.pdb
.build/**/*.dSYM
.build/**/*.gdb
.build/**/*.xctest
.build/**/*.bundle
.build/**/MetalApp
.build/**/Minimal
if-no-files-found: warn
include-hidden-files: true

0 comments on commit e082d84

Please sign in to comment.