Fix github actions

This commit is contained in:
Andrea Cavalli 2021-12-08 01:01:07 +01:00
parent 9e3d75dd6f
commit 1bcbfadfe5
1 changed files with 2 additions and 2 deletions

View File

@ -97,10 +97,10 @@ jobs:
./scripts/continuous-integration/github-workflows/build-tdapi.sh
- id: getfilename
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
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
with:
name: ${{ steps.getfilename.outputs.file }}