Update build.yaml
This commit is contained in:
parent
8e029f2e08
commit
515988de91
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -104,11 +104,15 @@ jobs:
|
|||||||
|
|
||||||
source ./github-workflows/build.sh
|
source ./github-workflows/build.sh
|
||||||
- id: getfilename
|
- id: getfilename
|
||||||
|
shell: bash
|
||||||
|
run: echo "::set-output name=file::$(cd generated/target; ls tdli*-natives-*shaded.jar)"
|
||||||
|
- id: getfilepath
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "::set-output name=file::$(ls generated/target/tdli*-natives-*shaded.jar)"
|
run: echo "::set-output name=file::$(ls generated/target/tdli*-natives-*shaded.jar)"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.getfilename.outputs.file }}
|
name: ${{ steps.getfilename.outputs.file }}
|
||||||
|
path: ${{ steps.getfilepath.outputs.file }}
|
||||||
- name: Deploy snapshot to Maven
|
- name: Deploy snapshot to Maven
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user