File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 87
87
asset_content_type : application/octet-stream
88
88
env :
89
89
GITHUB_TOKEN : ${{ github.token }}
90
- - name : Upload (legacy macos-11)
91
- uses : actions/upload-release-asset@v1
92
- with :
93
- upload_url : ${{ needs.create-release.outputs.upload_url }}
94
- asset_path : ./loda
95
- asset_name : loda-macos-11
96
- asset_content_type : application/octet-stream
97
- env :
98
- GITHUB_TOKEN : ${{ github.token }}
99
90
build-windows :
100
91
needs : create-release
101
92
runs-on : windows-2019
@@ -113,12 +104,3 @@ jobs:
113
104
asset_content_type : application/octet-stream
114
105
env :
115
106
GITHUB_TOKEN : ${{ github.token }}
116
- - name : Upload (legacy windows-19)
117
- uses : actions/upload-release-asset@v1
118
- with :
119
- upload_url : ${{ needs.create-release.outputs.upload_url }}
120
- asset_path : ./loda.exe
121
- asset_name : loda-windows-19.exe
122
- asset_content_type : application/octet-stream
123
- env :
124
- GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments