File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787
8888 - name : Upload javadocs
8989 run : |
90- unzip -d ${{ runner.temp }}/javadoc $HOME/.m2/repository/org/battlecode/$RELEASE_ARTIFACT_ID/$ RELEASE_VERSION/*-javadoc.jar
91- gsutil -m rsync -a $OBJECT_ACL -r ${{ runner.temp }}/javadoc gs://$GCS_BUCKET/javadoc/$RELEASE_ARTIFACT_ID/$ RELEASE_VERSION
90+ unzip -d ${{ runner.temp }}/javadoc $HOME/.m2/repository/org/battlecode/${ RELEASE_ARTIFACT_ID}-java/${ RELEASE_VERSION} /*-javadoc.jar
91+ gsutil -m rsync -a $OBJECT_ACL -r ${{ runner.temp }}/javadoc gs://$GCS_BUCKET/javadoc/${ RELEASE_ARTIFACT_ID}/${ RELEASE_VERSION}
9292
9393 - name : Upload specs
94- run : gsutil -m rsync -a $OBJECT_ACL -r ./specs gs://$GCS_BUCKET/specs/$RELEASE_ARTIFACT_ID/$RELEASE_VERSION
94+ run : gsutil -m rsync -a $OBJECT_ACL -r ./specs gs://$GCS_BUCKET/specs/${ RELEASE_ARTIFACT_ID} /$RELEASE_VERSION
You can’t perform that action at this time.
0 commit comments