From 46ef5575d73e8a39112b429f30a8bad5902114d2 Mon Sep 17 00:00:00 2001 From: TRISTAN Date: Fri, 4 Aug 2023 10:38:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Now=20good=20i=20hope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create_release_executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release_executables.yml b/.github/workflows/create_release_executables.yml index ea65aac..ed01d8d 100644 --- a/.github/workflows/create_release_executables.yml +++ b/.github/workflows/create_release_executables.yml @@ -55,7 +55,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: ${{github.workspace}}/build/webcam_info-tests + files: ${{github.workspace}}/build/webcam_info-tests-linux #----------------------------------------------------------------------------------------------- MacOS_Clang_Release: @@ -79,5 +79,5 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: ${{github.workspace}}/bin/webcam_info-tests + files: ${{github.workspace}}/build/webcam_info-tests-macos