Skip to content

Commit

Permalink
misc: fix name of the uploaded acc test log file
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
  • Loading branch information
bpg committed Jun 25, 2024
1 parent 2571978 commit 90e1f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: test-log
name: test-log-${{ matrix.os }}
path: ${{ runner.temp }}/gotest-${{ matrix.os }}.log

0 comments on commit 90e1f56

Please sign in to comment.