mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 17:45:31 +00:00
Update action.yml
This commit is contained in:
parent
514bd571e9
commit
a362319b33
1 changed files with 3 additions and 3 deletions
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
|
|
@ -30,11 +30,11 @@ jobs:
|
|||
|
||||
- name: Generate key
|
||||
shell: powershell
|
||||
run: |
|
||||
bin/x64-Release/winrar-keygen.exe ${{steps.text1.outputs.prop}} ${{steps.text2.outputs.prop}} > rarreg.key
|
||||
run: bin/x64-Release/winrar-keygen.exe ${{steps.text1.outputs.prop}} ${{steps.text2.outputs.prop}} > rarreg.key
|
||||
|
||||
- name: Upload key
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: rarreg_file
|
||||
path: rarreg.key
|
||||
retention-days: 90
|
||||
retention-days: 90
|
||||
|
|
|
|||
Loading…
Reference in a new issue