Skip to content

Commit 04ca270

Browse files
committed
CLEANUP: one more time
1 parent 967424f commit 04ca270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Windows Build & Test
33
defaults:
44
run:
55
shell: bash
6-
working-directory: C:\Dreamweave
6+
working-directory: C:\DW-Classic
77

88
on:
99
push:
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: C:\
3434
run: |
3535
git clone https://github.com/DreamWeave-MP/DW-Classic.git
36-
cd Dreamweave
36+
cd DW-Classic
3737
git checkout ${{ github.head_ref }}
3838
3939
- name: Prime ccache

0 commit comments

Comments
 (0)