From 33181bf42719276b754fcd7fb5a800d379180ad0 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 29 Aug 2021 06:18:44 +0200 Subject: Give artifacts unique name --- .github/workflows/build-release-binaries.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index efed1c1..c685871 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -147,6 +147,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: + name: ${{ matrix.target }} path: ${{ matrix.artifact_name }} ### -- cgit v1.2.3