From 26d690575121ce3e808b58580f9c967d20338c81 Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Thu, 1 Aug 2024 12:04:51 +0300 Subject: [PATCH] feat: semicolon --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09ea3a8..258bbe4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: run: pnpm build:linux - name: 🚀 - Upload artifacts for windows - if: matrix.os == 'windows-latest' + if: matrix.os == "windows-latest" uses: actions/upload-artifact@v4 with: { name: "tosu-windows-${{ steps.set-pr-sha.outputs.SHORT_PR_SHA || github.ref_name }}", @@ -73,7 +73,7 @@ jobs: } - name: 🚀 - Upload artifacts for linux - if: matrix.os == 'ubuntu-latest' + if: matrix.os == "ubuntu-latest" uses: actions/upload-artifact@v3 with: { name: "tosu-linux-${{ steps.set-pr-sha.outputs.SHORT_PR_SHA || github.ref_name }}",