File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,10 @@ jobs:
5656 GITHUB_TOKEN : ${{ github.token }}
5757 with :
5858 upload_url : ${{ steps.get-release.outputs.upload_url }}
59- asset_path : build/src/luajit_arm/https.so
60- asset_name : macos-aarch64-https.so
61- asset_content_type : application/octet-stream
62- - name : upload artifact (x86_64) to release
63- uses : actions/upload-release-asset@v1
64- env :
65- GITHUB_TOKEN : ${{ github.token }}
66- with :
67- upload_url : ${{ steps.get-release.outputs.upload_url }}
68- asset_path : build/src/luajit_x64/https.so
69- asset_name : macos-x86_64-https.so
59+ asset_path : build/src/Release/https.so
60+ asset_name : macos-https.so
7061 asset_content_type : application/octet-stream
62+
7163 Linux :
7264 name : ${{ matrix.mode.name }}
7365 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments