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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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