Skip to content

Commit 324136f

Browse files
committed
修正workflow拼写错误
1 parent 56c47eb commit 324136f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Copy firmware file to new folder
2424
run: |
2525
mkdir "output"
26-
Copy-Item "./build/SimGEREO_Public/SimGEKI.bin" -Destination "./output/" -Force
27-
Copy-Item "./build/SimGEREO_Public/SimGEKI.hex" -Destination "./output/" -Force
26+
Copy-Item "./build/SimGETRO_Public/SimGEKI.bin" -Destination "./output/" -Force
27+
Copy-Item "./build/SimGETRO_Public/SimGEKI.hex" -Destination "./output/" -Force
2828
shell: pwsh
2929
- name: Upload files to release
3030
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)