Skip to content

Commit

Permalink
fix: artifact name conflict (ubuntu)
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat authored Mar 8, 2024
1 parent 00cd5e6 commit a52bf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
uses: actions/upload-artifact@main
with:
name: otclient-${{ matrix.buildtype }}-${{ github.sha }}
name: otclient-${{ matrix.os }}-${{ matrix.buildtype }}-${{ github.sha }}
path: |
${{ github.workspace }}/otclient

0 comments on commit a52bf8d

Please sign in to comment.