diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dce2501..c51f3d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}