winrar-keygen/.github/workflows/action_secrets.yml
bitcookies fe4a9de087 Update action_secrets.yml
Update action_secrets.yml
2022-04-24 14:46:12 +08:00

22 lines
No EOL
482 B
YAML

name: WinRAR Keygen Secrets
on: workflow_dispatch
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2.4.0
- 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@v2.3.1
with:
name: rarreg_file
path: rarreg.key
retention-days: 90