Skip to content

Commit

Permalink
Update Hydra_Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Jul 9, 2024
1 parent 1dd1756 commit 758019a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Hydra_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
with:
name: Windows Libretro core
path: |
'${{github.workspace}}/build/panda3ds_libretro.dll'
'${{github.workspace}}/docs/libretro/panda3ds_libretro.info'
${{github.workspace}}/build/panda3ds_libretro.dll
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
MacOS:
runs-on: macos-13
Expand Down Expand Up @@ -94,8 +94,8 @@ jobs:
with:
name: MacOS Libretro core
path: |
'${{github.workspace}}/build/panda3ds_libretro.dylib'
'${{github.workspace}}/docs/libretro/panda3ds_libretro.info'
${{github.workspace}}/build/panda3ds_libretro.dylib
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
Linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
with:
name: Linux Libretro core
path: |
'${{github.workspace}}/build/panda3ds_libretro.so'
'${{github.workspace}}/docs/libretro/panda3ds_libretro.info'
${{github.workspace}}/build/panda3ds_libretro.so
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
Android-x64:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 758019a

Please sign in to comment.