diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4586902c..ac19f717 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,12 +69,6 @@ jobs: - name: Publish Ryujinx.Ava run: dotnet publish -c "${{ matrix.configuration }}" -r "${{ matrix.DOTNET_RUNTIME_IDENTIFIER }}" -o ./publish_ava -p:Version="${{ env.RYUJINX_BASE_VERSION }}" -p:DebugType=embedded -p:SourceRevisionId="${{ steps.git_short_hash.outputs.result }}" -p:ExtraDefineConstants=DISABLE_UPDATER Ryujinx.Ava --self-contained true if: github.event_name == 'pull_request' - - name: Rename Avalonia (Windows) - run: mv ./publish_ava/Ryujinx.Ava.exe ./publish_ava/Ryujinx.exe - if: runner.os == 'Windows' && github.event_name == 'pull_request' - - name: Rename Avalonia (Unix) - run: mv ./publish_ava/Ryujinx.Ava ./publish_ava/Ryujinx - if: runner.os != 'Windows' && github.event_name == 'pull_request' - name: Upload Ryujinx artifact uses: actions/upload-artifact@v3 with: |
