Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashasse committed Nov 6, 2024
1 parent 3bdf544 commit d3119b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Store CT Logs
uses: actions/upload-artifact@v4
with:
name: ct-logs_${{ github.sha }}_${{ matrix.otp-version }}
name: ct-logs_otp${{ matrix.otp-version }}_ref${{ github.sha }}
path: _build/test/logs
overwrite: true
retention-days: 5
- name: Run Checks
run: rebar3 do dialyzer, xref
Expand All @@ -59,8 +60,9 @@ jobs:
- name: Publish Documentation
uses: actions/upload-artifact@v4
with:
name: edoc_${{ matrix.otp-version }}
name: edoc_otp${{ matrix.otp-version }}
path: doc
overwrite: true
docs:
strategy:
matrix:
Expand Down

0 comments on commit d3119b1

Please sign in to comment.