Skip to content

Commit

Permalink
fixed deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercrab committed Sep 5, 2020
1 parent 4d21bf6 commit 29317e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Install Rust
run: ci/install-rust.sh stable
shell: bash
run: bash ci/install-rust.sh stable
- name: Build and deploy artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ci/make-release.sh ${{ matrix.os }}
shell: bash
run: bash ci/make-release.sh ${{ matrix.os }}

0 comments on commit 29317e6

Please sign in to comment.