🎉 v2.0.2

release v2.0.2
This commit is contained in:
BitCookies
2022-04-24 14:46:08 +08:00
committed by bitcookies
parent f68da393e9
commit 60c3ded5a0
14 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ 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}} | out-file -encoding ascii rarreg.key
- name: Upload key
uses: actions/upload-artifact@v2