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