From 3857bd9efdddcfbe6a975f4991de39e33d753630 Mon Sep 17 00:00:00 2001 From: ShaneLee <30720287+ShaneLee-9@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:08:11 +0800 Subject: [PATCH] Update action_secrets.yml --- .github/workflows/action_secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action_secrets.yml b/.github/workflows/action_secrets.yml index c53af9e..17f9f7f 100644 --- a/.github/workflows/action_secrets.yml +++ b/.github/workflows/action_secrets.yml @@ -12,7 +12,7 @@ jobs: - name: Generate key shell: powershell - run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding utf-8 rarreg.key + run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding utf8 rarreg.key - name: Upload key uses: actions/upload-artifact@v3.1.2