Skip to content

Commit 01755c3

Browse files
authored
Properly copy stuff now
1 parent d00dc62 commit 01755c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows7.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
4949
- name: Copy files into install dir
5050
run: |
51-
Copy-Item LICENSE, README.md, CHANGELOG.md, CREDITS.md, /target/release-lto/martypc.exe -Destination install -Recurse
52-
51+
Copy-Item -Path LICENSE, README.md, CHANGELOG.md, CREDITS.md, target\release-lto\martypc.exe -Destination install
5352
5453
- name: Rename install directory
5554
run: Rename-Item -Path install -NewName martypc

0 commit comments

Comments
 (0)