aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2023-05-11 17:42:33 +0200
committerGitHub <noreply@github.com>2023-05-11 17:42:33 +0200
commit3d429958223068ae64051829bb402b3f1471585f (patch)
tree36883dc61f698ad07d285c7ed3468b034aa3b696
parent9095941fd143a6b81478371d5ab3daa29d2ab119 (diff)
Attempt to fix release.yml after merge1.1.779
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8d0d0e860..363e9cadd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92 dotnet publish -c Release -r "${{ matrix.DOTNET_RUNTIME_IDENTIFIER }}" -o ./publish_ava/publish -p:Version="${{ steps.version_info.outputs.build_version }}" -p:SourceRevisionId="${{ steps.version_info.outputs.git_short_hash }}" -p:DebugType=embedded src/Ryujinx.Ava --self-contained true 92 dotnet publish -c Release -r "${{ matrix.DOTNET_RUNTIME_IDENTIFIER }}" -o ./publish_ava/publish -p:Version="${{ steps.version_info.outputs.build_version }}" -p:SourceRevisionId="${{ steps.version_info.outputs.git_short_hash }}" -p:DebugType=embedded src/Ryujinx.Ava --self-contained true
93 93
94 - name: Packing Windows builds 94 - name: Packing Windows builds
95 if: matrix.os == "windows-latest" 95 if: matrix.os == 'windows-latest'
96 run: | 96 run: |
97 pushd publish_gtk 97 pushd publish_gtk
98 7z a ../release_output/ryujinx-${{ steps.version_info.outputs.build_version }}-win_x64.zip publish 98 7z a ../release_output/ryujinx-${{ steps.version_info.outputs.build_version }}-win_x64.zip publish
@@ -108,7 +108,7 @@ jobs:
108 shell: bash 108 shell: bash
109 109
110 - name: Packing Linux builds 110 - name: Packing Linux builds
111 if: matrix.os == "ubuntu-latest" 111 if: matrix.os == 'ubuntu-latest'
112 run: | 112 run: |
113 pushd publish_gtk 113 pushd publish_gtk
114 chmod +x publish/Ryujinx.sh publish/Ryujinx 114 chmod +x publish/Ryujinx.sh publish/Ryujinx
@@ -205,4 +205,4 @@ jobs:
205 needs: release 205 needs: release
206 with: 206 with:
207 ryujinx_version: "1.1.${{ github.run_number }}" 207 ryujinx_version: "1.1.${{ github.run_number }}"
208 secrets: inherit \ No newline at end of file 208 secrets: inherit