From 29317e6c3d2d06add981e3ab245b7485583a60be Mon Sep 17 00:00:00 2001 From: Jaeyong Sung Date: Sun, 6 Sep 2020 00:06:25 +0900 Subject: [PATCH] fixed deploy.yml --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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