File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ workflow(
5858 action = ActionsSetupGradle ()
5959 )
6060
61- run (command = " ./gradlew packageDistributionForCurrentOS -Ptag=${expr { github.ref_name }} --no-daemon" )
61+ run (command = " ./gradlew packageDistributionForCurrentOS -Ptag=' ${expr { github.ref_name }} ' --no-daemon" )
6262
6363// uses(
6464// name = "update tag",
Original file line number Diff line number Diff line change 4242 name : ' setup gradle'
4343 uses : ' gradle/actions/setup-gradle@v3'
4444 - id : ' step-3'
45- run : ' ./gradlew packageDistributionForCurrentOS -Ptag=${{ github.ref_name }} --no-daemon'
45+ run : ' ./gradlew packageDistributionForCurrentOS -Ptag='' ${{ github.ref_name }}'' --no-daemon'
4646 - id : ' step-4'
4747 name : ' create release'
4848 uses :
' softprops/[email protected] '
You can’t perform that action at this time.
0 commit comments