try to list release files

This commit is contained in:
Jordon de Hoog 2024-11-13 11:05:14 -05:00
parent d97f19b287
commit e87182649d

View file

@ -199,14 +199,16 @@ jobs:
name: web
path: ./dist
- name: Display downloaded files
run: ls -R ./dist
- name: Unzip web build artifacts
- name: Copy web build artifacts
run: |
# TODO This is broken and not publishing correctly. a manual release is required after this runs
mkdir -p app/build/dist/wasmJs/productionExecutable
cp -r ./dist/* app/build/dist/wasmJs/productionExecutable/
rm -rf ./dist
echo "Source directory contents:"
ls -la ./dist/
echo "Copying files..."
cp -rv ./dist/* app/build/dist/wasmJs/productionExecutable/
echo "Destination directory contents:"
ls -la app/build/dist/wasmJs/productionExecutable/
- name: Deploy to production
uses: FirebaseExtended/action-hosting-deploy@v0