We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc98627 commit 586c912Copy full SHA for 586c912
1 file changed
.github/workflows/release.yml
@@ -56,18 +56,10 @@ jobs:
56
GITHUB_TOKEN: ${{ github.token }}
57
with:
58
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
+ asset_path: build/src/Release/https.so
+ asset_name: macos-https.so
70
asset_content_type: application/octet-stream
+
71
Linux:
72
name: ${{ matrix.mode.name }}
73
runs-on: ubuntu-20.04
0 commit comments