Skip to content

Commit

Permalink
fixed quotes around version
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 2, 2022
1 parent 78e62da commit 020eb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ${{ matrix.gu-binary }} install native-image
- uses: gradle/gradle-command-action@v2
with:
arguments: :pierrot:nativeDistZip -Pversion="${{ steps.version.outputs.tag }}" -Prelease=true
arguments: :pierrot:nativeDistZip -Pversion=${{ steps.version.outputs.tag }} -Prelease=true
- uses: actions/upload-artifact@v2
with:
name: pierrot-${{ matrix.os }}.zip
Expand Down

0 comments on commit 020eb3f

Please sign in to comment.