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 02a5aee commit 3bdf544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.ref }}/${{ matrix.otp-version }}
name: ct-logs_${{ github.sha }}_${{ matrix.otp-version }}
path: _build/test/logs
retention-days: 5
- name: Run Checks
run: rebar3 do dialyzer, xref
- name: Create Cover Reports
Expand All @@ -58,7 +59,7 @@ jobs:
- name: Publish Documentation
uses: actions/upload-artifact@v4
with:
name: edoc/${{ matrix.otp-version }}
name: edoc_${{ matrix.otp-version }}
path: doc
docs:
strategy:
Expand Down

0 comments on commit 3bdf544

Please sign in to comment.