From 63ba2319961d15d030083aa6852a3bd22c733bea Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 23 May 2025 16:59:28 +0800 Subject: [PATCH] update GitHub actions to remove upload logs step (unavailable on macos?) --- .github/workflows/dart.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index ce9f6096..24eadaf0 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -37,15 +37,15 @@ jobs: # retention-days: 5 # Capture crash dumps if they exist - - name: Collect crash dumps - if: failure() - uses: actions/upload-artifact@v3 - with: - name: crash-dumps - path: | - ${{ runner.temp }}/*.dmp - ${{ env.LOCALAPPDATA }}/Temp/*.dmp - ${{ env.LOCALAPPDATA }}/CrashDumps/*.dmp + #- name: Collect crash dumps + # if: failure() + # uses: actions/upload-artifact@v3 + # with: + # name: crash-dumps + # path: | + # ${{ runner.temp }}/*.dmp + # ${{ env.LOCALAPPDATA }}/Temp/*.dmp + # ${{ env.LOCALAPPDATA }}/CrashDumps/*.dmp # thermion_flutter: # name: thermion_flutter