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
|
||||
- id: getfilename
|
||||
shell: bash
|
||||
run: echo "::set-output name=file::$(cd generated/target; ls tdli*-natives-*shaded.jar)"
|
||||
- id: getfilepath
|
||||
shell: bash
|
||||
run: echo "::set-output name=file::$(ls generated/target/tdli*-natives-*shaded.jar)"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: ${{ steps.getfilename.outputs.file }}
|
||||
name: ${{ steps.getfilename.outputs.file }}
|
||||
path: ${{ steps.getfilepath.outputs.file }}
|
||||
- name: Deploy snapshot to Maven
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user