Skip to content

Commit

Permalink
ci: remove artifact in build workflow (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 authored Jan 22, 2025
1 parent 8974baa commit 8774196
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,3 @@ jobs:
- name: Run Build
run: npm run build
working-directory: client

- name: Upload Client Build Artifact
uses: actions/upload-artifact@v4
with:
name: client
path: app

0 comments on commit 8774196

Please sign in to comment.