Skip to content

Commit 320a537

Browse files
bkiuWebReflection
andauthored
Add step in build process to publish a tarfile (#2077)
Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com>
1 parent 9b775ce commit 320a537

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
working-directory: .
4747
run: sed 's#_PATH_#https://pyscript.net/releases/${{ github.ref_name }}/#' ./public/index.html > ./pyscript.core/dist/index.html
4848

49+
- name: Generate release.tar from snapshot and put it in dist/
50+
working-directory: .
51+
run: tar -cvf ../release.tar * && mv ../release.tar .
52+
4953
- name: Configure AWS credentials
5054
uses: aws-actions/configure-aws-credentials@v4
5155
with:

0 commit comments

Comments
 (0)