Skip to content

Validate and update GitHub Copilot instructions with comprehensive testing and fixes #221

Validate and update GitHub Copilot instructions with comprehensive testing and fixes

Validate and update GitHub Copilot instructions with comprehensive testing and fixes #221

Workflow file for this run

- name: Upload frontend artifacts
uses: actions/upload-artifact@v3
with:
name: frontend-build
path: dist/
retention-days: 30
- name: Upload server artifacts
uses: actions/upload-artifact@v3
with:
name: server-build
path: server/dist/
retention-days: 30
- name: Upload client artifacts
uses: actions/upload-artifact@v3
with:
name: client-build
path: client/dist/
retention-days: 30
- name: Upload types artifacts
uses: actions/upload-artifact@v3
with:
name: types-build
path: src/types/dist/
retention-days: 30