diff --git a/.github/workflows/gradle-custom-plugin-release.yml b/.github/workflows/gradle-custom-plugin-release.yml index 963de75..d893d09 100644 --- a/.github/workflows/gradle-custom-plugin-release.yml +++ b/.github/workflows/gradle-custom-plugin-release.yml @@ -73,7 +73,7 @@ jobs: version="$temp_major$temp_minor$temp_patch$temp_prereleaseVersion" echo "VERSION=$version" >> $GITHUB_OUTPUT - ls ${{ github.workspace }}/app/build/libs + ls "${{ github.workspace }}/app/build/libs" # - name: create release # id: create_release