MNT Put files in a subfolder in the release .tar.bz2 (#743)

This commit is contained in:
Roman Yurchak 2020-08-18 10:59:56 +02:00 committed by GitHub
parent 5cc20673be
commit a5f3a2ba07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: