Skip to content

Commit

Permalink
ci: remove artifact in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 22, 2025
1 parent e5e23e3 commit 1daf15b
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 1daf15b

Please sign in to comment.