Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 authored Nov 16, 2023
1 parent 29f7d16 commit 3b5b4fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ jobs:
-link-opt -L/usr/local/lib \
-link-opt -static
- name: Coredump
if: false
- name: Debug
if: failure()
uses: actions/upload-artifact@v3
with:
name: coredump-${{ matrix.arch.name }}-${{ matrix.libc }}
path: mlton/regression/real-basic
name: debug-${{ matrix.arch.name }}-${{ matrix.libc }}
path: mlton/mlton-compile*

- name: Package
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 3b5b4fd

Please sign in to comment.