Skip to content

Commit

Permalink
rename miyoo build to miyoo_arm926
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Sep 30, 2024
1 parent aa6257e commit 1cc933c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
.github/build-libretro-zip.sh arm32 classic_armv7_a7
.github/build-libretro-zip.sh arm32 classic_armv8_a35
.github/build-libretro-zip.sh arm32 miyoo CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++
mv pcsx_rearmed_libretro_arm32_miyoo.zip pcsx_rearmed_libretro_arm32_miyoo_arm926.zip
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -52,4 +53,4 @@ jobs:
pcsx_rearmed_libretro_arm64_rpi4_64.zip
pcsx_rearmed_libretro_arm32_classic_armv7_a7.zip
pcsx_rearmed_libretro_arm32_classic_armv8_a35.zip
pcsx_rearmed_libretro_arm32_miyoo.zip
pcsx_rearmed_libretro_arm32_miyoo_arm926.zip

0 comments on commit 1cc933c

Please sign in to comment.