We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe39c4 commit 145700cCopy full SHA for 145700c
1 file changed
.github/workflows/release-engine.yml
@@ -136,7 +136,7 @@ jobs:
136
if: ${{ env.IS_PUBLIC != 'YES' }}
137
run: |
138
source="private-maps/$RELEASE_ARTIFACT_ID"
139
- dest="$RELEASE_ARTIFACT_ID/maps"
+ dest="engine/src/main/battlecode/world/resources"
140
if [ -d "$source" ]; then
141
cp -r -i "$source/." "$dest/" < /dev/null &> private-maps-copy-log
142
if [ -s "private-maps-copy-log" ]; then
0 commit comments