diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 26e5b25..ffc76e6 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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 \ No newline at end of file + retention-days: 90