mirror of
https://github.com/Nezumi-2711/winrar-keygen.git
synced 2026-09-23 04:19:51 +00:00
✨ Add Github Actions with secrets
Add Github Actions with secrets @quyentruong
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user