Skip to content

Commit 82ade57

Browse files
committed
hopefully fix release
1 parent f83c10e commit 82ade57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-engine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ jobs:
149149
- name: Build python package
150150
shell: bash -el {0} # Make sure conda is activated
151151
run: |
152-
cd engine/src/crossplay_python
153152
conda info
154153
python --version
155154
pip install --upgrade build
156155
SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
156+
working-directory: engine/src/crossplay_python
157157

158158
- name: Determine access control
159159
run: |
@@ -165,7 +165,7 @@ jobs:
165165
run: |
166166
mv *.tar.gz battlecode.tar.gz
167167
gsutil -m cp -a $OBJECT_ACL battlecode.tar.gz gs://$GCS_BUCKET/maven/org/battlecode/${RELEASE_ARTIFACT_ID}-python/${RELEASE_VERSION}/
168-
working-directory: ./dist
168+
working-directory: engine/src/crossplay_python/dist
169169

170170
# TODO: docs?
171171
# - name: Upload javadocs

0 commit comments

Comments
 (0)