Skip to content

Commit 145700c

Browse files
committed
change dest path for maps
1 parent efe39c4 commit 145700c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ env.IS_PUBLIC != 'YES' }}
137137
run: |
138138
source="private-maps/$RELEASE_ARTIFACT_ID"
139-
dest="$RELEASE_ARTIFACT_ID/maps"
139+
dest="engine/src/main/battlecode/world/resources"
140140
if [ -d "$source" ]; then
141141
cp -r -i "$source/." "$dest/" < /dev/null &> private-maps-copy-log
142142
if [ -s "private-maps-copy-log" ]; then

0 commit comments

Comments
 (0)