Skip to content

Commit 4e6230d

Browse files
committed
ci: exclude images folder from build actions
1 parent 01ecc62 commit 4e6230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-npm-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ runs:
1212

1313
- name: Copy additional project files
1414
shell: bash
15-
run: cp -r images/ LICENSE CHANGELOG.md README.md ${{ env.working-directory }}/
15+
run: cp -r LICENSE CHANGELOG.md README.md ${{ env.working-directory }}/

0 commit comments

Comments
 (0)