Skip to content

Commit

Permalink
chore: force ci working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol authored Sep 22, 2024
1 parent a3773e6 commit 0c1dada
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
workflow_dispatch:

defaults:
run:
working-directory: C:/SML

jobs:
build:
runs-on: self-hosted
Expand All @@ -20,7 +24,7 @@ jobs:
run: mkdir ue

- name: Download, Extract and Setup UE
working-directory: ue
working-directory: C:/SML/ue
run: |
gh release download --repo satisfactorymodding/UnrealEngine -p "UnrealEngine-CSS-Editor-Win64.7z.*"
7z x UnrealEngine-CSS-Editor-Win64.7z.001
Expand Down

0 comments on commit 0c1dada

Please sign in to comment.