Commit ab32f64 1 parent 0616551 commit ab32f64 Copy full SHA for ab32f64
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
working-directory : pyodide_checkout/
84
84
run : |
85
85
python tools/create_xbuildenv.py .
86
- tar cjf xbuildenv.tar.bz ./xbuildenv/
86
+ tar cjf xbuildenv.tar.bz2 ./xbuildenv/
87
87
88
88
- name : Upload cross-build environment
89
89
uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
90
90
with :
91
91
name : cross-build-env
92
92
path : |
93
- pyodide_checkout/xbuildenv.tar.bz
93
+ pyodide_checkout/xbuildenv.tar.bz2
94
94
if-no-files-found : error
95
95
retention-days : 1
96
96
@@ -117,7 +117,7 @@ jobs:
117
117
uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
118
118
with :
119
119
subject-path : |
120
- dist/xbuildenv.tar.bz
120
+ dist/xbuildenv.tar.bz2
121
121
122
122
- name : Calc release version
123
123
id : release_version
@@ -132,12 +132,12 @@ jobs:
132
132
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
133
133
shell : bash
134
134
run : |
135
- gh attestation verify dist/xbuildenv.tar.bz --repo ${{ github.repository }}
135
+ gh attestation verify dist/xbuildenv.tar.bz2 --repo ${{ github.repository }}
136
136
137
137
- name : Create GitHub release with these wheels
138
138
uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
139
139
with :
140
140
files : |
141
- dist/*.tar.bz
141
+ dist/*.tar.bz2
142
142
fail_on_unmatched_files : true
143
143
name : ${{ steps.release_version.outputs.release_version }}
You can’t perform that action at this time.
0 commit comments