mirror of
https://github.com/Nezumi-2711/winrar-keygen.git
synced 2026-09-23 04:19:51 +00:00
⛄ Updated workflow and resolved warnings
Updated workflow and resolved warnings #18, and update env to windows-2022.
This commit is contained in:
@@ -5,17 +5,17 @@ on: workflow_dispatch
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: actions/checkout@v3.1.0
|
||||
|
||||
- name: Generate key
|
||||
shell: powershell
|
||||
run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding ASCII rarreg.key
|
||||
|
||||
- name: Upload key
|
||||
uses: actions/upload-artifact@v2.3.1
|
||||
uses: actions/upload-artifact@v3.1.1
|
||||
with:
|
||||
name: rarreg_file
|
||||
path: rarreg.key
|
||||
|
||||
Reference in New Issue
Block a user