mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 17:45:31 +00:00
22 lines
No EOL
480 B
YAML
22 lines
No EOL
480 B
YAML
name: WinRAR Keygen Secrets
|
|
|
|
on: workflow_dispatch
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: windows-2022
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4.1.3
|
|
|
|
- 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/upload-artifact@v4.3.3
|
|
with:
|
|
name: rarreg_file
|
|
path: rarreg.key
|
|
retention-days: 90 |