WinRAR Keygen Secrets #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WinRAR Keygen Secrets | |
on: workflow_dispatch | |
jobs: | |
build: | |
runs-on: windows-2022 | |
steps: | |
- uses: actions/[email protected] | |
- name: Generate key | |
shell: powershell | |
run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding ASCII rarreg.key | |
- name: Upload key | |
uses: actions/[email protected] | |
with: | |
name: rarreg_file | |
path: rarreg.key | |
retention-days: 90 |