This commit is contained in:
Andrea Cavalli 2021-12-08 01:18:02 +01:00
parent 5afc016fee
commit 12520fafb3

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-sealed/target; ls tdli*-api-*.jar)" run: echo "::set-output name=file::$(cd generated-sealed/target; ls tdli*-api-*-SNAPSHOT.jar)"
- id: getfilepath - id: getfilepath
shell: bash shell: bash
run: echo "::set-output name=file::$(ls generated-sealed/target/tdli*-api-*.jar)" run: echo "::set-output name=file::$(ls generated-sealed/target/tdli*-api-*-SNAPSHOT.jar)"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: ${{ steps.getfilename.outputs.file }} name: ${{ steps.getfilename.outputs.file }}