Remove step to upload build artifacts

This commit is contained in:
Shreerang Kale 2025-12-29 15:10:59 +05:30
parent c1c74fc8e1
commit 47d90de2e8

View File

@ -31,10 +31,3 @@ jobs:
- name: Build project
run: yarn build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: dist/
retention-days: 7