📄 Update action.yml

Update action.yml
This commit is contained in:
Bit Cookies 2021-12-09 21:59:26 +08:00 committed by bitcookies
parent 309d169c2e
commit b2addf65ef

View file

@ -30,8 +30,8 @@ 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: