We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca47f52 commit 57903c7Copy full SHA for 57903c7
.github/workflows/release-upload.yml
@@ -101,8 +101,8 @@ jobs:
101
TAG=${{ github.event.inputs.release_tag }}
102
VERSION=${{ steps.release_version.outputs.version }}
103
cd dev-repo
104
- mkdir -p $VERSION/source
105
- cd $VERSION/source
+ mkdir -p $VERSION/sources
+ cd $VERSION/sources
106
curl -LO https://github.com/apache/grails-core/releases/download/$TAG/apache-grails-$VERSION-incubating-src.zip
107
curl -LO https://github.com/apache/grails-core/releases/download/$TAG/apache-grails-$VERSION-incubating-src.zip.sha512
108
curl -LO https://github.com/apache/grails-core/releases/download/$TAG/apache-grails-$VERSION-incubating-src.zip.asc
0 commit comments