Skip to content

Commit

Permalink
Upload escript
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Jan 9, 2025
1 parent 9f2f371 commit 61ecb19
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ jobs:
run: rebar3 fmt --check
- name: XRef
run: rebar3 xref
- name: Cache Dialyzer PLTs
uses: actions/cache@v1
- name: Upload EDB escript
uses: "actions/upload-artifact@v3"
with:
path: ~/.cache/rebar3/rebar3_*.plt
key: ${{ runner.os }}-dialyzer-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.config')) }}
restore-keys: |
${{ runner.os }}-dialyzer-
name: edb-${{ matrix.os }}-${{ matrix.otp-version }}
path: _build/default/bin/edb
- name: Cache Dialyzer PLTs
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 61ecb19

Please sign in to comment.