Update action_secrets.yml

This commit is contained in:
ShaneLee 2023-10-07 16:08:11 +08:00 committed by GitHub
parent 210948970b
commit 3857bd9efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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