File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 7474 asset_path : ./csharp-${{ env.VERSION }}-linux-x64.vsix
7575 asset_name : csharp-${{ env.VERSION }}-linux-x64.vsix
7676 asset_content_type : application/zip
77+
78+ - name : Upload release build (alpine-arm64)
79+ id : upload-release-asset-alpine-arm64
80+ uses : actions/upload-release-asset@v1
81+ env :
82+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83+ with :
84+ upload_url : ${{ github.event.release.upload_url }}
85+ asset_path : ./csharp-${{ env.VERSION }}-alpine-arm64.vsix
86+ asset_name : csharp-${{ env.VERSION }}-alpine-arm64.vsix
87+ asset_content_type : application/zip
88+
89+ - name : Upload release build (alpine-x64)
90+ id : upload-release-asset-alpine-x64
91+ uses : actions/upload-release-asset@v1
92+ env :
93+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
94+ with :
95+ upload_url : ${{ github.event.release.upload_url }}
96+ asset_path : ./csharp-${{ env.VERSION }}-alpine-x64.vsix
97+ asset_name : csharp-${{ env.VERSION }}-alpine-x64.vsix
98+ asset_content_type : application/zip
7799
78100 - name : Upload release build (win32-arm64)
79101 id : upload-release-asset-win32-arm64
You can’t perform that action at this time.
0 commit comments