Skip to content

Commit

Permalink
fix path of jars during github release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriraam AS committed Jun 7, 2021
1 parent 228f1a2 commit 83b4837
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83b4837

Please sign in to comment.