mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
add armv7 release step (#38)
This commit is contained in:
parent
69546f8b11
commit
e5a051f679
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
target: ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
|
||||
target: ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "armv7-unknown-linux-musleabihf"]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions-rs/cargo@v1
|
||||
@ -73,6 +73,18 @@ jobs:
|
||||
asset_name: "zoxide-x86_64-unknown-linux-musl"
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: "zoxide-armv7-unknown-linux-musleabihf"
|
||||
- uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: "zoxide-armv7-unknown-linux-musleabihf/zoxide"
|
||||
asset_name: "zoxide-armv7-unknown-linux-musleabihf"
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: "zoxide-x86_64-apple-darwin"
|
||||
|
Loading…
Reference in New Issue
Block a user