Update action.yml

This commit is contained in:
Bit Cookies 2021-12-09 21:59:26 +08:00 committed by GitHub
parent 514bd571e9
commit a362319b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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