mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Build cross-platform binaries and packages of main (#323)
This commit is contained in:
parent
54cb7991be
commit
94999dc4c0
2 changed files with 94 additions and 9 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -45,12 +45,3 @@ jobs:
|
|||
reporter: 'github-check'
|
||||
- name: Run tests
|
||||
run: cargo test --locked
|
||||
- name: Build artifacts
|
||||
run: cargo build --release --locked
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: iamb-${{ matrix.platform }}
|
||||
path: |
|
||||
./target/release/iamb
|
||||
./target/release/iamb.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue