Attempt to upload app bundle as an artifact

This commit is contained in:
Nathan Sobo 2021-04-28 15:04:22 -06:00
parent 898271edfb
commit 8297f2a941

View file

@ -35,7 +35,7 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Install rust
- name: Install Rust
if: steps.cache.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@v1
with:
@ -44,3 +44,10 @@ jobs:
- name: Run tests
run: cargo test --no-fail-fast
- name: Create and upload app bundle
run: script/bundle
- uses: actions/upload-artifact@v2
with:
name: Zed.app
path: target/release/bundle/osx/Zed.app