Update prod.yml

This commit is contained in:
itsscb 2024-08-30 12:58:17 +02:00 committed by GitHub
parent eb317ea373
commit 16dc3d4234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,10 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: remove ./frontend/dist dir
run: |
rm -rf ./frontend/dist
- name: download frontend artifacts
uses: actions/download-artifact@v4
with: