mirror of https://github.com/pyodide/pyodide.git
MNT Put files in a subfolder in the release .tar.bz2 (#743)
This commit is contained in:
parent
5cc20673be
commit
a5f3a2ba07
|
@ -153,9 +153,9 @@ jobs:
|
|||
- run:
|
||||
name: Deploy Github Releases
|
||||
command: |
|
||||
pushd build
|
||||
tar cjf ../pyodide-build-${CIRCLE_TAG}.tar.bz2 *
|
||||
popd
|
||||
cp -r build /tmp/pyodide
|
||||
cd /tmp/
|
||||
tar cjf pyodide-build-${CIRCLE_TAG}.tar.bz2 pyodide/
|
||||
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -delete "${CIRCLE_TAG}" ./pyodide-build-${CIRCLE_TAG}.tar.bz2
|
||||
|
||||
- run:
|
||||
|
|
Loading…
Reference in New Issue