Skip to content

Commit

Permalink
🚀 Update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcookies committed Jul 29, 2024
1 parent 8dc40a1 commit 1a48ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/keygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: Uploading License
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: rarreg_file_${{env.KEY_ENCODING}}
path: rarreg.key
Expand Down Expand Up @@ -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
- name: Uploading License
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: rarreg_file_${{env.KEY_ENCODING}}
path: rarreg.key
Expand Down Expand Up @@ -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
- name: Uploading License
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: rarreg_file_${{env.KEY_ENCODING}}
path: rarreg.key
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/keygen_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
- name: Uploading License
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: rarreg_file_${{env.KEY_ENCODING}}
path: rarreg.7z
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
- name: Uploading License
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: rarreg_file_${{env.KEY_ENCODING}}
path: rarreg.7z
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
7z a rarreg.7z rarreg.key -p"${{env.ZIP_PWD}}"
- name: Uploading License
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: rarreg_file_${{env.KEY_ENCODING}}
path: rarreg.7z
Expand Down

0 comments on commit 1a48ed1

Please sign in to comment.