From 0bdbe698ec2bb12a821213fc38b873d1d9cc66e6 Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Sat, 14 Dec 2024 21:06:11 +0200 Subject: [PATCH] ci: use existing OUT variable for iOS simulator (#525) --- .github/workflows/webrtc-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webrtc-builds.yml b/.github/workflows/webrtc-builds.yml index 9ffc453e..60ebcd68 100644 --- a/.github/workflows/webrtc-builds.yml +++ b/.github/workflows/webrtc-builds.yml @@ -153,7 +153,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: webrtc-builds-${{ matrix.target.name }}-${{ matrix.target.arch }} + name: webrtc-builds-${{ steps.setup.outputs.OUT }} path: ${{ steps.setup.outputs.ZIP }} release: