|
|
@@ -122,7 +122,7 @@ jobs:
|
|
|
- name: Upload Ryujinx.Headless.SDL2 artifact
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
- name: sdl2-ryujinx-headless-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-${{ matrix.platform.zip_os_name }}
|
|
|
+ name: nogui-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-${{ matrix.platform.zip_os_name }}
|
|
|
path: publish_sdl2_headless
|
|
|
if: github.event_name == 'pull_request' && matrix.platform.os != 'macos-13'
|
|
|
|
|
|
@@ -185,6 +185,6 @@ jobs:
|
|
|
- name: Upload Ryujinx.Headless.SDL2 artifact
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
- name: sdl2-ryujinx-headless-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
|
|
+ name: nogui-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
|
|
path: "publish_headless/*.tar.gz"
|
|
|
if: github.event_name == 'pull_request'
|