Skip to content

Commit 2f8bc2b

Browse files
authored
Replace wildcard in cp command by dot to also copy dotfiles (#56)
1 parent db30629 commit 2f8bc2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ runs:
139139
shell: bash
140140
run: |
141141
mkdir -p "$RUNNER_TEMP/$BASENAME"
142-
cp -r * "$RUNNER_TEMP/$BASENAME"
142+
cp -r . "$RUNNER_TEMP/$BASENAME"
143143
144144
- name: "Cleanup before making archives"
145145
shell: bash

0 commit comments

Comments
 (0)