Skip to content

Commit

Permalink
The upload artifact names only needs to be unique per run
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashasse committed Nov 6, 2024
1 parent 2fa3f9b commit 6743050
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ jobs:
with:
name: edoc OTP${{ matrix.otp-version }}
path: doc
overwrite: true
- name: Upload Common Test result
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: Common Test OTP${{ matrix.otp-version }} SHA${{ github.sha }}
name: Common Test OTP${{ matrix.otp-version }}
path: _build/test/logs/**
overwrite: true
retention-days: 3

0 comments on commit 6743050

Please sign in to comment.