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
@@ -37,15 +37,15 @@ jobs:
|
|||||||
# 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
|
||||||
if: failure()
|
# if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: crash-dumps
|
# name: crash-dumps
|
||||||
path: |
|
# path: |
|
||||||
${{ runner.temp }}/*.dmp
|
# ${{ runner.temp }}/*.dmp
|
||||||
${{ env.LOCALAPPDATA }}/Temp/*.dmp
|
# ${{ env.LOCALAPPDATA }}/Temp/*.dmp
|
||||||
${{ env.LOCALAPPDATA }}/CrashDumps/*.dmp
|
# ${{ env.LOCALAPPDATA }}/CrashDumps/*.dmp
|
||||||
|
|
||||||
# thermion_flutter:
|
# thermion_flutter:
|
||||||
# name: thermion_flutter
|
# name: thermion_flutter
|
||||||
|
|||||||
Reference in New Issue
Block a user