Skip to content

Commit

Permalink
chore: use regular env vars as github can't be trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol authored Sep 22, 2024
1 parent 1a4e71c commit cfdb94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: SML

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

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

0 comments on commit cfdb94b

Please sign in to comment.