diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 03d8b76..dce2501 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -104,11 +104,15 @@ jobs: source ./github-workflows/build.sh - id: getfilename + shell: bash + run: echo "::set-output name=file::$(cd generated/target; ls tdli*-natives-*shaded.jar)" + - id: getfilepath shell: bash run: echo "::set-output name=file::$(ls generated/target/tdli*-natives-*shaded.jar)" - uses: actions/upload-artifact@v2 with: - path: ${{ steps.getfilename.outputs.file }} + name: ${{ steps.getfilename.outputs.file }} + path: ${{ steps.getfilepath.outputs.file }} - name: Deploy snapshot to Maven shell: bash run: |