mirror of
https://github.com/Nezumi-2711/winrar-keygen.git
synced 2026-09-22 13:48:33 +00:00
💫 Update checkout & upload-artifact
Fixed Node 16 upgrade to Node 20 issue later on.
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.3
|
- uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- name: Get key text1
|
- name: Get key text1
|
||||||
id: text1
|
id: text1
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: bin/x64-Release/winrar-keygen.exe "${{steps.text1.outputs.prop}}" "${{steps.text2.outputs.prop}}" | Out-File -Encoding ASCII 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
|
- name: Upload key
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v4.3.1
|
||||||
with:
|
with:
|
||||||
name: rarreg_file
|
name: rarreg_file
|
||||||
path: rarreg.key
|
path: rarreg.key
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.3
|
- uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- name: Generate key
|
- name: Generate key
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user