Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Oct 29, 2023
1 parent d1069fb commit b343a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-custom-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b343a4b

Please sign in to comment.