Skip to content

Commit ff39995

Browse files
Fix .deb copy if not exists out of tree (#5)
1 parent 9ada9c8 commit ff39995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
eval sudo -E $COMMAND
6868
6969
# Copy debian package to dist folder if generated out of tree
70-
cp -f ../*.deb dist
70+
cp ../*.deb dist || true
7171
7272
# Keep only .deb files
7373
shopt -s extglob

0 commit comments

Comments
 (0)