Update build.yaml

This commit is contained in:
Andrea Cavalli 2020-12-27 19:41:19 +01:00
parent 515988de91
commit 7b076219fb
1 changed files with 2 additions and 2 deletions

View File

@ -105,10 +105,10 @@ jobs:
source ./github-workflows/build.sh
- id: getfilename
shell: bash
run: echo "::set-output name=file::$(cd generated/target; ls tdli*-natives-*shaded.jar)"
run: echo "::set-output name=file::$(cd generated/target; ls tdli*-natives-*.jar)"
- id: getfilepath
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-*.jar)"
- uses: actions/upload-artifact@v2
with:
name: ${{ steps.getfilename.outputs.file }}