Skip to content

Commit 6debaf7

Browse files
committed
Upload binaries
1 parent fdbade1 commit 6debaf7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/sycl-windows-build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,18 @@ jobs:
243243
$exitCode = $LASTEXITCODE
244244
Remove-Item -Path "windows_detect_hung_tests.ps1"
245245
exit $exitCode
246+
- name: Pack E2E test binaries
247+
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
248+
shell: bash
249+
run: |
250+
tar -czf e2e_bin -C build-e2e .
251+
- name: Upload E2E test binaries
252+
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
253+
uses: actions/upload-artifact@v4
254+
with:
255+
name: sycl_windows_e2ebin
256+
path: e2e_bin
257+
retention-days: 3
246258
- name: Cleanup
247259
shell: cmd
248260
if: always()

0 commit comments

Comments
 (0)