From 0756fef9241f4a8870bcf6d274d9b4a6c6d5b45d Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Fri, 23 Sep 2022 23:26:32 +0300 Subject: [PATCH] Update release-steam.yml --- .github/workflows/release-steam.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-steam.yml b/.github/workflows/release-steam.yml index 61a06c3..d6ae1ef 100644 --- a/.github/workflows/release-steam.yml +++ b/.github/workflows/release-steam.yml @@ -95,10 +95,8 @@ jobs: - name: Set TOTP id: steam run: | - $code="$(node ./steam-totp/src/index.js {{ secrets.STEAM_AUTH_CODE }})"; - echo "::add-mask::$code"; - echo "::set-output name=totp::$code"; - shell: pwsh + echo "::add-mask::$(node ./steam-totp/src/index.js {{ secrets.STEAM_AUTH_CODE }})" + echo "::set-output name=totp::$(node ./steam-totp/src/index.js {{ secrets.STEAM_AUTH_CODE }})" - uses: CyberAndrii/setup-steamcmd@v1