From b2addf65ef60462533688f489fe097feb4ac8128 Mon Sep 17 00:00:00 2001 From: Bit Cookies Date: Thu, 9 Dec 2021 21:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Update=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update action.yml --- .github/workflows/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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