From 60ee0e38d726ec7b11b0b93db53803417d452399 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 30 Oct 2024 21:02:16 -0500 Subject: [PATCH] fix path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 719bcc17..7f5f5dd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: run: 'python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/BoE Character Editor.app"' if: ${{ matrix.os.name == 'macos' }} - - run: cp .itch.windows.toml build/.itch.toml + - run: cp .itch.windows.toml build/Blades of Exile/.itch.toml if: ${{ matrix.os.name == 'windows' }} - name: 'Tar unsigned files'