Skip to content

Commit

Permalink
line version update
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Mar 3, 2024
1 parent d442472 commit e0cfd0f
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 e0cfd0f

Please sign in to comment.