Files
winrar-keygen/.github/workflows/action_secrets.yml
T
bitcookies 54d44c645e 🍦 Update workflow
Update checkout@v3.5.0 and upload-artifact@v3.1.2
2023-03-28 16:38:35 +08:00

22 lines
480 B
YAML

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