Build cross-platform binaries and packages of main (#323)

This commit is contained in:
Ulyssa
2024-08-16 10:06:26 -07:00
committed by GitHub
parent 54cb7991be
commit 94999dc4c0
2 changed files with 94 additions and 9 deletions

View File

@@ -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