Skip to content

Commit

Permalink
Just testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamEnderKing committed May 10, 2024
1 parent a1ca602 commit 62f8128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
mkdir D:\a\installer
mkdir D:\a\publish
- name: Copy THUAI7
run: Copy-Item -recurse D:\a\THUAI7 D:\a\mirror
run: Copy-Item -recurse D:\a\THUAI7\THUAI7 D:\a\mirror
- name: Test
run: tree D:\a\THUAI7
run: tree D:\a\mirror
- name: Remove directories not needed
run: |
Remove-Item -recurse D:\a\mirror\.github
Expand Down

0 comments on commit 62f8128

Please sign in to comment.