Skip to content

Commit 57903c7

Browse files
committed
[skip ci] Fix path
1 parent ca47f52 commit 57903c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
TAG=${{ github.event.inputs.release_tag }}
102102
VERSION=${{ steps.release_version.outputs.version }}
103103
cd dev-repo
104-
mkdir -p $VERSION/source
105-
cd $VERSION/source
104+
mkdir -p $VERSION/sources
105+
cd $VERSION/sources
106106
curl -LO https://github.com/apache/grails-core/releases/download/$TAG/apache-grails-$VERSION-incubating-src.zip
107107
curl -LO https://github.com/apache/grails-core/releases/download/$TAG/apache-grails-$VERSION-incubating-src.zip.sha512
108108
curl -LO https://github.com/apache/grails-core/releases/download/$TAG/apache-grails-$VERSION-incubating-src.zip.asc

0 commit comments

Comments
 (0)