Skip to content

Commit

Permalink
correct icon cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 18, 2023
1 parent 6cdc8fe commit 55d022a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- uses: actions/cache@v3
name: Setup generated data cache
name: Setup icons cache
with:
path: web/apps/next/public/icons
key: ${{ runner.os }}-icons-${{ hashFiles('web/packages/resources/*.jar') }}
key: ${{ runner.os }}-icons-${{ hashFiles('web/packages/datagen/resources/*.jar') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
Expand All @@ -75,6 +75,7 @@ jobs:
- name: Upload generated data as artifact
uses: actions/upload-artifact@v3
with:
retention-days: 1
name: generated-data
path: |
web/apps/next/icons
Expand Down

0 comments on commit 55d022a

Please sign in to comment.