Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Aug 6, 2024
1 parent c3acbdc commit 2aa665e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
- name: Extract short SHA for artifact name
id: short-sha
run: echo "sha_short=$(echo ${{ steps.meta.outputs.tags }} | cut -d: -f2)" >> $GITHUB_ENV

run: echo "sha_short=$(echo '${{ steps.meta.outputs.tags }}' | cut -d: -f2)" >> $GITHUB_ENV

- name: Upload JAR as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2aa665e

Please sign in to comment.