Fix build workflow
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 6m28s

This commit is contained in:
whysman 2025-02-19 18:03:25 -05:00
parent 025ef8bcad
commit 5228c92ff8

View File

@ -31,5 +31,8 @@ jobs:
- name: List Web Build Output - name: List Web Build Output
run: ls -l ./dist run: ls -l ./dist
- name: List Root Directory
run: ls -l /
- name: Copy Files to hosting directory. - name: Copy Files to hosting directory.
run: cp -Rf ./dist/* /data/pogdark run: cp -Rf ./dist/* /data/pogdark