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