diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93ecf92..bc2786c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,13 +63,11 @@ jobs: uses: actions/download-artifact@v2 with: name: jars - - name: Display structure of downloaded files - run: ls -R - name: Upload assets env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -x tag="${GITHUB_REF#refs/tags/}" - args=$(printf -- "-a %q " play/target/*/*/*.jar) + args=$(printf -- "-a %q " play*/scala*/*.jar) hub release create $args -m "Release $tag" $tag