We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b775ce commit 320a537Copy full SHA for 320a537
1 file changed
.github/workflows/publish-release.yml
@@ -46,6 +46,10 @@ jobs:
46
working-directory: .
47
run: sed 's#_PATH_#https://pyscript.net/releases/${{ github.ref_name }}/#' ./public/index.html > ./pyscript.core/dist/index.html
48
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
+
53
- name: Configure AWS credentials
54
uses: aws-actions/configure-aws-credentials@v4
55
with:
0 commit comments