mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
ci/cd tweaking.
This commit is contained in:
@@ -41,10 +41,10 @@ jobs:
|
||||
# Build your program with the given configuration
|
||||
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel `grep -c processor /proc/cpuinfo`
|
||||
|
||||
- name: Build Result
|
||||
- name: List Result
|
||||
run: cd src; ls -l build/
|
||||
|
||||
- name: Build Release
|
||||
- name: Build AButler Release
|
||||
uses: AButler/upload-release-assets@v2.0
|
||||
with:
|
||||
files: 'src/build/seergdb'
|
||||
|
||||
Reference in New Issue
Block a user