From 210948970bf247b28e0a34a2ebfb7ff222dc0ace Mon Sep 17 00:00:00 2001 From: ShaneLee <30720287+ShaneLee-9@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:06:35 +0800 Subject: [PATCH] Update action_secrets.yml --- .github/workflows/action_secrets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action_secrets.yml b/.github/workflows/action_secrets.yml index 511e255..c53af9e 100644 --- a/.github/workflows/action_secrets.yml +++ b/.github/workflows/action_secrets.yml @@ -12,11 +12,11 @@ jobs: - name: Generate key shell: powershell - run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding ASCII rarreg.key + run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding utf-8 rarreg.key - name: Upload key uses: actions/upload-artifact@v3.1.2 with: name: rarreg_file path: rarreg.key - retention-days: 90 \ No newline at end of file + retention-days: 90