Skip to content

Commit 5c06e6c

Browse files
committed
CI: fix path to signed Windows installer
1 parent c18fcc9 commit 5c06e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,6 @@ jobs:
193193
uses: actions/upload-artifact@v4
194194
with:
195195
name: "Pinta-signed-${{matrix.build.dotnet_rid}}.exe"
196-
path: ./signed-artifacts/Pinta-${{matrix.build.dotnet_rid}}.exe
196+
path: ./signed-artifacts/Pinta.exe
197197
if-no-files-found: error
198198

0 commit comments

Comments
 (0)