From fa17db9ad794d5cb67664ecca9d92979cfe56e28 Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Sat, 24 Sep 2022 00:11:58 +0300 Subject: [PATCH] Update release-steam.yml --- .github/workflows/release-steam.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-steam.yml b/.github/workflows/release-steam.yml index 1118df9..35aa6f4 100644 --- a/.github/workflows/release-steam.yml +++ b/.github/workflows/release-steam.yml @@ -96,8 +96,8 @@ jobs: id: steam run: | code=$(node steam-totp/src/index.js ${{ secrets.STEAM_AUTH_CODE }}) - echo '::add-mask::$code' - echo '::set-output name=totp::$code' + echo "::add-mask::$code" + echo "::set-output name=totp::$code" - uses: CyberAndrii/setup-steamcmd@v1