From 8f1da3c792490b9f17d53543ec5ec8f24655d919 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Mon, 13 Jul 2020 19:09:01 -0400 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ba852ff..833b662 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: - run: git config --global core.autocrlf false - name: Checkout the repository uses: actions/checkout@v2 - - name: Build and install the executable + - name: Build the executable run: cargo build --release - uses: Shopify/upload-to-release@1.0.0 with: @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout the repository uses: actions/checkout@v2 - - name: Build and install the executable + - name: Build the executable run: cargo build --release - uses: Shopify/upload-to-release@1.0.0 with: