File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,20 @@ jobs:
2525 upload-binaries :
2626 name : ${{ matrix.target }}
2727 if : github.repository_owner == 'rolv-apneseth'
28- runs-on : ubuntu-latest
28+ runs-on : ${{ matrix.os }}
2929 strategy :
3030 matrix :
3131 include :
3232 - target : aarch64-unknown-linux-gnu
33+ os : ubuntu-latest
3334 - target : x86_64-unknown-linux-gnu
35+ os : ubuntu-latest
3436 - target : aarch64-apple-darwin
37+ os : macos-latest
3538 - target : aarch64-pc-windows-msvc
39+ os : windows-latest
3640 - target : x86_64-pc-windows-msvc
41+ os : windows-latest
3742 steps :
3843 - name : Checkout repository
3944 uses : actions/checkout@v5
4449 target : ${{ matrix.target }}
4550 - uses : taiki-e/upload-rust-binary-action@v1
4651 with :
47- bin : clipvault
52+ bin : omaro
4853 target : ${{ matrix.target }}
4954 tar : all
5055 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments