Skip to content

Commit

Permalink
Merge branch 'ableton_link_integration' of https://github.com/pd3v/line
Browse files Browse the repository at this point in the history
… into ableton_link_integration
  • Loading branch information
pd3v committed Mar 12, 2024
2 parents efceb77 + e0cfd0f commit b67cfd9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive --remote
- name: Build
Expand All @@ -26,15 +26,15 @@ jobs:
rm ${{github.workspace}}/build/CMakeCache.txt
rm ${{github.workspace}}/build/Makefile
- name: line macOS Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: line_v0.5.36_macOS
name: line_v0.6.1_macOS
path: ${{github.workspace}}/
linux_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive --remote
- name: Build
Expand All @@ -46,7 +46,7 @@ jobs:
rm ${{github.workspace}}/build/CMakeCache.txt
rm ${{github.workspace}}/build/Makefile
- name: line linux Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: line_v0.5.36_linux
path: ${{github.workspace}}/
name: line_v0.6.1_linux
path: ${{github.workspace}}/

0 comments on commit b67cfd9

Please sign in to comment.