mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 17:45:31 +00:00
Update action_secrets.yml
This commit is contained in:
parent
6c71445cf7
commit
210948970b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/action_secrets.yml
vendored
4
.github/workflows/action_secrets.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue