Update action_secrets.yml

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

View file

@ -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
retention-days: 90