Skip to content

Commit

Permalink
rename cache
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Jul 7, 2024
1 parent df64776 commit 43893c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Cache deb files
uses: actions/cache@v4
env:
cache-name: opensc-deb
cache-name: tools-deb
with:
path: |
opensc*.deb
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Upload package files
uses: actions/upload-artifact@v3
with:
name: opensc-deb
name: tools-deb
path: |
opensc*.deb
yubico-piv-tool*.deb
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Download backport OpenSC package
uses: actions/download-artifact@v4
with:
name: opensc-deb
name: tools-deb

- name: Package Install
run: |
Expand Down

0 comments on commit 43893c2

Please sign in to comment.