Skip to content

Commit

Permalink
chore: move repo to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol authored Sep 22, 2024
1 parent f9b49a8 commit 6b1d53f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

- uses: actions/checkout@v2
with:
path: ../../../../SML/SML
path: SML

- name: Copy repo to working directory
run: Move-Item -Path ${{ env.GITHUB_WORKSPACE }}\SML -Destination C:\SML\SML

- name: Create UE directory
run: mkdir ue
Expand Down

0 comments on commit 6b1d53f

Please sign in to comment.