Skip to content

Commit

Permalink
🔨 Now good i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
tristetemps666 committed Aug 4, 2023
1 parent fcb77ca commit 46ef557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 46ef557

Please sign in to comment.