Skip to content

Commit cb7c917

Browse files
committed
chore: remove artifact from build
1 parent 78afa78 commit cb7c917

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build-lint-test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ jobs:
6262
- run: |
6363
npm rebuild --verbose sharp
6464
yarn build
65-
- name: Save snap build
66-
uses: actions/upload-artifact@v4
67-
with:
68-
name: snap-build-${{ github.sha }}
69-
path: ./packages/snap/dist
70-
- name: Require clean working directory
71-
shell: bash
72-
run: |
73-
if ! git diff --exit-code; then
74-
echo "Working tree dirty at end of job"
75-
exit 1
76-
fi
7765
7866
lint:
7967
name: Lint

0 commit comments

Comments
 (0)