Skip to content

Commit

Permalink
🔨 change name for linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tristetemps666 committed Aug 4, 2023
1 parent 0ca6ef2 commit fcb77ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config Debug --target ${{env.TARGET}}

- name: Rename
run: |
mv ${{github.workspace}}/build/webcam_info-tests ${{github.workspace}}/build/webcam_info-tests-linux
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -68,6 +72,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config Debug --target ${{env.TARGET}}

- name: Rename
run: |
mv ${{github.workspace}}/build/webcam_info-tests ${{github.workspace}}/build/webcam_info-tests-macos
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit fcb77ca

Please sign in to comment.