File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9999 cp -av fujinet-emulator-bridge/altirra-custom-device dist/emulator/Altirra
100100 mkdir dist/fujinet-pc
101101 echo 'This directory is for FujiNet-PC executable.' > dist/fujinet-pc/README.txt
102- echo 'Visit https://github.com/FujiNetWIFI/fujinet-pc /releases to download binaries for your OS.' >> dist/fujinet-pc/README.txt
102+ echo 'Visit https://github.com/FujiNetWIFI/fujinet-firmware /releases to download binaries for your OS.' >> dist/fujinet-pc/README.txt
103103 echo 'Place extracted files here.' >> dist/fujinet-pc/README.txt
104104
105105 - name : List dist
@@ -132,9 +132,9 @@ jobs:
132132 - name : macOS 13
133133 target : macos-13
134134 runner : macos-13
135- - name : macOS 14
136- target : macos-14
137- runner : macos-14
135+ # - name: macOS 14
136+ # target: macos-14
137+ # runner: macos-14
138138 # continue-on-error: true
139139 name : Build ${{ matrix.name }}
140140 runs-on : ${{ matrix.runner }}
@@ -224,7 +224,7 @@ jobs:
224224 gh release list --json tagName,createdAt \
225225 --jq 'map(select(.tagName | test("^nightly_fn_pc"))) | sort_by(.createdAt)[-1].tagName' \
226226 --repo github.com/FujiNetWIFI/fujinet-firmware |\
227- xargs -I% gh release download % --repo github.com/FujiNetWIFI/fujinet-firmware
227+ xargs -I% sh -c 'echo Downloading %; gh release download % --repo github.com/FujiNetWIFI/fujinet-firmware'
228228
229229 - name : ' [Windows] Unzip FujiNet-PC into dist'
230230 if : ${{ startsWith(matrix.target, 'windows') && github.event.inputs.releaseBuild == 'true' }}
You can’t perform that action at this time.
0 commit comments