Skip to content

Commit 50454ff

Browse files
authored
mkdir
1 parent b91116d commit 50454ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- shell: bash
3636
run: |
3737
shopt -s dotglob nullglob
38-
mv ./* ../temp
38+
mkdir -p ../temp
39+
mv ./* ../temp/
3940
- uses: actions/checkout@v4
4041
with:
4142
ref: test-branch

0 commit comments

Comments
 (0)