File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
69
69
with :
70
70
upload_url : ${{ steps.create-release.outputs.upload_url }}
71
- asset_path : libgcroots-${{ steps.tag.outputs.name }}.gz
72
- asset_name : libgcroots-${{ steps.tag.outputs.name }}.gz
71
+ asset_path : libgcroots-${{ steps.tag.outputs.name }}.tar. gz
72
+ asset_name : libgcroots-${{ steps.tag.outputs.name }}.tar. gz
73
73
asset_content_type : application/gzip
74
74
- uses : actions/upload-release-asset@v1
75
75
if : |
78
78
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79
79
with :
80
80
upload_url : ${{ steps.create-release.outputs.upload_url }}
81
- asset_path : libgcroots-${{ steps.tag.outputs.name }}.bz2
82
- asset_name : libgcroots-${{ steps.tag.outputs.name }}.bz2
81
+ asset_path : libgcroots-${{ steps.tag.outputs.name }}.tar. bz2
82
+ asset_name : libgcroots-${{ steps.tag.outputs.name }}.tar. bz2
83
83
asset_content_type : application/x-bzip2
84
84
- uses : actions/upload-release-asset@v1
85
85
if : |
You can’t perform that action at this time.
0 commit comments