mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 17:45:31 +00:00
🚀 Upgrade checkout and upload-artifact
This commit is contained in:
parent
5433e8897d
commit
709bfd3f3a
2 changed files with 12 additions and 12 deletions
12
.github/workflows/keygen.yml
vendored
12
.github/workflows/keygen.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
if: github.event.inputs.KEY_ENCODING == 'ascii'
|
if: github.event.inputs.KEY_ENCODING == 'ascii'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Generating License (ASCII)
|
- name: Generating License (ASCII)
|
||||||
# Do Not Use pwsh
|
# Do Not Use pwsh
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
bin/x64-Release/winrar-keygen.exe "${{env.KEY_USERNAME}}" "${{env.KEY_LICENSE_NAME}}" | Out-File -Encoding ${{env.KEY_ENCODING}} rarreg.key
|
bin/x64-Release/winrar-keygen.exe "${{env.KEY_USERNAME}}" "${{env.KEY_LICENSE_NAME}}" | Out-File -Encoding ${{env.KEY_ENCODING}} rarreg.key
|
||||||
|
|
||||||
- name: Uploading License
|
- name: Uploading License
|
||||||
uses: actions/upload-artifact@v4.3.4
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: rarreg_file_${{env.KEY_ENCODING}}
|
name: rarreg_file_${{env.KEY_ENCODING}}
|
||||||
path: rarreg.key
|
path: rarreg.key
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
if: github.event.inputs.KEY_ENCODING == 'ansi'
|
if: github.event.inputs.KEY_ENCODING == 'ansi'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Generating License (ANSI)
|
- name: Generating License (ANSI)
|
||||||
# Use PowerShell 7
|
# Use PowerShell 7
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
bin/x64-Release/winrar-keygen.exe "${{env.KEY_USERNAME}}" "${{env.KEY_LICENSE_NAME}}" | Out-File -Encoding ${{env.KEY_ENCODING}} rarreg.key
|
bin/x64-Release/winrar-keygen.exe "${{env.KEY_USERNAME}}" "${{env.KEY_LICENSE_NAME}}" | Out-File -Encoding ${{env.KEY_ENCODING}} rarreg.key
|
||||||
|
|
||||||
- name: Uploading License
|
- name: Uploading License
|
||||||
uses: actions/upload-artifact@v4.3.4
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: rarreg_file_${{env.KEY_ENCODING}}
|
name: rarreg_file_${{env.KEY_ENCODING}}
|
||||||
path: rarreg.key
|
path: rarreg.key
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
if: github.event.inputs.KEY_ENCODING == 'utf8'
|
if: github.event.inputs.KEY_ENCODING == 'utf8'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Generating License (UTF-8)
|
- name: Generating License (UTF-8)
|
||||||
# Do Not Use pwsh
|
# Do Not Use pwsh
|
||||||
|
|
@ -99,7 +99,7 @@ jobs:
|
||||||
bin/x64-Release/winrar-keygen.exe "utf8:${{env.KEY_USERNAME}}" "${{env.KEY_LICENSE_NAME}}" | Out-File -Encoding ${{env.KEY_ENCODING}} rarreg.key
|
bin/x64-Release/winrar-keygen.exe "utf8:${{env.KEY_USERNAME}}" "${{env.KEY_LICENSE_NAME}}" | Out-File -Encoding ${{env.KEY_ENCODING}} rarreg.key
|
||||||
|
|
||||||
- name: Uploading License
|
- name: Uploading License
|
||||||
uses: actions/upload-artifact@v4.3.4
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: rarreg_file_${{env.KEY_ENCODING}}
|
name: rarreg_file_${{env.KEY_ENCODING}}
|
||||||
path: rarreg.key
|
path: rarreg.key
|
||||||
|
|
|
||||||
12
.github/workflows/keygen_secrets.yml
vendored
12
.github/workflows/keygen_secrets.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
if: github.event.inputs.KEY_ENCODING == 'ascii'
|
if: github.event.inputs.KEY_ENCODING == 'ascii'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Generating License (ASCII)
|
- name: Generating License (ASCII)
|
||||||
# Do Not Use pwsh
|
# Do Not Use pwsh
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
|
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
|
||||||
|
|
||||||
- name: Uploading License
|
- name: Uploading License
|
||||||
uses: actions/upload-artifact@v4.3.4
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: rarreg_file_${{env.KEY_ENCODING}}
|
name: rarreg_file_${{env.KEY_ENCODING}}
|
||||||
path: rarreg.7z
|
path: rarreg.7z
|
||||||
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
if: github.event.inputs.KEY_ENCODING == 'ansi'
|
if: github.event.inputs.KEY_ENCODING == 'ansi'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Generating License (ANSI)
|
- name: Generating License (ANSI)
|
||||||
# Use PowerShell 7
|
# Use PowerShell 7
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
|
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
|
||||||
|
|
||||||
- name: Uploading License
|
- name: Uploading License
|
||||||
uses: actions/upload-artifact@v4.3.4
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: rarreg_file_${{env.KEY_ENCODING}}
|
name: rarreg_file_${{env.KEY_ENCODING}}
|
||||||
path: rarreg.7z
|
path: rarreg.7z
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
if: github.event.inputs.KEY_ENCODING == 'utf8'
|
if: github.event.inputs.KEY_ENCODING == 'utf8'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Generating License (UTF-8)
|
- name: Generating License (UTF-8)
|
||||||
# Do Not Use pwsh
|
# Do Not Use pwsh
|
||||||
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
|
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
|
||||||
|
|
||||||
- name: Uploading License
|
- name: Uploading License
|
||||||
uses: actions/upload-artifact@v4.3.4
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: rarreg_file_${{env.KEY_ENCODING}}
|
name: rarreg_file_${{env.KEY_ENCODING}}
|
||||||
path: rarreg.7z
|
path: rarreg.7z
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue