update GitHub actions to remove upload logs step (unavailable on macos?)
This commit is contained in:
18
.github/workflows/dart.yml
vendored
18
.github/workflows/dart.yml
vendored
@@ -26,15 +26,15 @@ jobs:
|
|||||||
run: dart --enable-experiment=native-assets test -j1 test/light_tests.dart
|
run: dart --enable-experiment=native-assets test -j1 test/light_tests.dart
|
||||||
|
|
||||||
# Upload logs on failure
|
# Upload logs on failure
|
||||||
- name: Upload logs
|
#- name: Upload logs
|
||||||
if: failure() || steps.build.outcome == 'failure'
|
# if: failure() || steps.build.outcome == 'failure'
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: build-logs
|
# name: build-logs
|
||||||
path: |
|
# path: |
|
||||||
/Users/runner/work/thermion/thermion/thermion_dart//.dart_tool/thermion_dart/log/build.log
|
# /Users/runner/work/thermion/thermion/thermion_dart//.dart_tool/thermion_dart/log/build.log
|
||||||
#D:\a\thermion\thermion\thermion_dart\.dart_tool\thermion_dart\log\build.log
|
# #D:\a\thermion\thermion\thermion_dart\.dart_tool\thermion_dart\log\build.log
|
||||||
retention-days: 5
|
# retention-days: 5
|
||||||
|
|
||||||
# Capture crash dumps if they exist
|
# Capture crash dumps if they exist
|
||||||
- name: Collect crash dumps
|
- name: Collect crash dumps
|
||||||
|
|||||||
Reference in New Issue
Block a user