From de723f4564e635703a083110210e9737e7a794ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 17 Dec 2023 07:35:00 +0100 Subject: [PATCH] Remove redundnat -rel from the artifact name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e60558401fc8d..9435664a0c1c22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: # Using the relative path overlay/triplets does not work (https://github.com/microsoft/vcpkg/issues/18764) VCPKG_OVERLAY_TRIPLETS: ${{ matrix.vcpkg_path }}/overlay/triplets VCPKG_OVERLAY_PORTS: ${{ matrix.vcpkg_overlay_ports }} - DEPS_BASE_NAME: mixxx-deps-rel + DEPS_BASE_NAME: mixxx-deps DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer MIXXX_VERSION: 2.5 name: ${{ matrix.vcpkg_triplet }}