diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26e3acf..cd1f84d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file + run: bash ci/make-release.sh ${{ matrix.os }} \ No newline at end of file