We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c47eb commit 324136fCopy full SHA for 324136f
.github/workflows/release.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Copy firmware file to new folder
24
run: |
25
mkdir "output"
26
- Copy-Item "./build/SimGEREO_Public/SimGEKI.bin" -Destination "./output/" -Force
27
- Copy-Item "./build/SimGEREO_Public/SimGEKI.hex" -Destination "./output/" -Force
+ Copy-Item "./build/SimGETRO_Public/SimGEKI.bin" -Destination "./output/" -Force
+ Copy-Item "./build/SimGETRO_Public/SimGEKI.hex" -Destination "./output/" -Force
28
shell: pwsh
29
- name: Upload files to release
30
uses: softprops/action-gh-release@v1
0 commit comments