From 08a8be88fe37b21a0523d945653723f9b144510e Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Sat, 23 Mar 2024 11:16:00 +0100 Subject: [PATCH] ci: Fix broken release action Signed-off-by: Siddharth Chandrasekaran --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c90bd91..ae2de90 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -33,7 +33,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: LibOSDP-${{ github.ref }}-${{ matrix.os }}-binaries + name: LibOSDP-${{ matrix.os }}-binaries path: build/artifacts/ build: