Skip to content

Commit

Permalink
correct artifact upload cache
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 18, 2023
1 parent 55d022a commit b43fb3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
retention-days: 1
name: generated-data
path: |
web/apps/next/icons
web/apps/next/public/icons
web/apps/next/data
web/apps/next/lang
Expand All @@ -96,6 +96,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: generated-data
path: web/apps/next

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit b43fb3a

Please sign in to comment.