From 12520fafb31d504e98b0219c864d101a736f9b05 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 8 Dec 2021 01:18:02 +0100 Subject: [PATCH] Bugfix --- .github/workflows/tdapi_file.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tdapi_file.yaml b/.github/workflows/tdapi_file.yaml index d5cb7e7..f4e0995 100644 --- a/.github/workflows/tdapi_file.yaml +++ b/.github/workflows/tdapi_file.yaml @@ -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-sealed/target; ls tdli*-api-*.jar)" + run: echo "::set-output name=file::$(cd generated-sealed/target; ls tdli*-api-*-SNAPSHOT.jar)" - id: getfilepath 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 with: name: ${{ steps.getfilename.outputs.file }}