Upload artifacts built in GitHub Actions (#105)
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -63,3 +63,15 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
- name: Build artifacts
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: '--release'
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: iamb-${{ matrix.platform }}
|
||||
path: |
|
||||
./target/release/iamb
|
||||
./target/release/iamb.exe
|
||||
|
||||
Reference in New Issue
Block a user