From 6f28ef937922be8a7ee12fe2252ab1a3f5668807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sun, 3 Aug 2025 15:00:33 +0200 Subject: [PATCH] Fix expected checksum file for release (#24877) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fa15314a0..9fb5340951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -727,7 +727,7 @@ jobs: repository: OpenRCT2/OpenRCT2-binaries token: ${{ secrets.OPENRCT2_BINARIES_CI_UPLOAD }} files: | - openrct2-${{ needs.build_variables.outputs.name }}-sha256sums.txt + OpenRCT2-${{ needs.build_variables.outputs.name }}-sha256sums.txt OpenRCT2-${{ needs.build_variables.outputs.name }}-* body_path: release_notes.txt tag_name: ${{ needs.build_variables.outputs.name }}