Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Jun 12, 2024
1 parent 691b4f9 commit 279c5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create custom directory
run:
echo $CI_PATH
mkdir -p $CI_PATH
mkdir -p $CI_PATH/${GITHUB_RUN_NUMBER}

- name: Move code to custom directory
run: mv $GITHUB_WORKSPACE/* $CI_PATH/${GITHUB_RUN_NUMBER}/
Expand Down

0 comments on commit 279c5b3

Please sign in to comment.