Fix github actions

This commit is contained in:
Andrea Cavalli 2021-12-08 01:01:07 +01:00
parent 9e3d75dd6f
commit 1bcbfadfe5

View File

@ -97,10 +97,10 @@ jobs:
./scripts/continuous-integration/github-workflows/build-tdapi.sh ./scripts/continuous-integration/github-workflows/build-tdapi.sh
- id: getfilename - id: getfilename
shell: bash shell: bash
run: echo "::set-output name=file::$(cd generated/target; ls tdli*-api-*.jar)" run: echo "::set-output name=file::$(cd generated-sealed/target; ls tdli*-api-*.jar)"
- id: getfilepath - id: getfilepath
shell: bash shell: bash
run: echo "::set-output name=file::$(ls generated/target/tdli*-api-*.jar)" run: echo "::set-output name=file::$(ls generated-sealed/target/tdli*-api-*.jar)"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: ${{ steps.getfilename.outputs.file }} name: ${{ steps.getfilename.outputs.file }}