Skip to content

Commit

Permalink
🍦 Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcookies committed Mar 28, 2023
1 parent cab0d5b commit 54d44c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.0

- name: Get key text1
id: text1
Expand All @@ -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

- name: Upload key
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: rarreg_file
path: rarreg.key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/action_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.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/[email protected].1
uses: actions/[email protected].2
with:
name: rarreg_file
path: rarreg.key
Expand Down

0 comments on commit 54d44c6

Please sign in to comment.