From a52bf8d1a298e09092a00290d17ba55a68635d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renato=20Foot=20Guimar=C3=A3es=20Costallat?= Date: Thu, 7 Mar 2024 21:03:32 -0300 Subject: [PATCH] fix: artifact name conflict (ubuntu) --- .github/workflows/build-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 538b0ee952..abe06201fa 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -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