mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add guidebook upload steps
This commit is contained in:
parent
ee7c52aee3
commit
e4c0fcd08c
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -25,12 +25,20 @@ jobs:
|
|||||||
restore-keys: ${{ runner.os }}-m2
|
restore-keys: ${{ runner.os }}-m2
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B verify --file pom.xml
|
run: mvn -B verify --file pom.xml
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
run: mkdir staging && cp nb/target/nb.jar nb/appimage/target/nb staging
|
run: mkdir staging && cp nb/target/nb.jar nb/appimage/target/nb staging
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: staging
|
path: staging
|
||||||
|
|
||||||
|
- name: upload guidebook
|
||||||
|
run: mkdir guidebook && cp -R nb/target/guidebook guidebook
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: guidebook
|
||||||
|
path: guidebook
|
||||||
|
|
||||||
# - name: Run a one-line script
|
# - name: Run a one-line script
|
||||||
# run: echo Hello, world!
|
# run: echo Hello, world!
|
||||||
|
Loading…
Reference in New Issue
Block a user