1
0
Fork 0

Update .github/workflows/deploy.yml
All checks were successful
Build and deploy / build (push) Successful in 1m35s
Build and deploy / Deploy (push) Successful in 21s

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2025-01-09 10:27:36 +01:00
parent c4b49bc196
commit 41ba187c77

View file

@ -24,6 +24,10 @@ jobs:
- name: Build plugin(s) - name: Build plugin(s)
run: pnpm lune ci run: pnpm lune ci
- name: Copy additional files
run: |
cp -r public/* dist/
- name: Upload production-ready build files - name: Upload production-ready build files
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: