Skip to content

Commit 3f0d9be

Browse files
lunnylafriks
authored andcommitted
fix exclude files .sha265 to .sha256 (#4304)
1 parent a747a5d commit 3f0d9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ pipeline:
263263
files:
264264
- dist/release/*
265265
excludes:
266-
- dist/release/*.sha265
266+
- dist/release/*.sha256
267267
when:
268268
event: [ push, tag ]
269269

0 commit comments

Comments
 (0)