Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 2f500df

Browse files
committed
misc: Fixed a small mistake in the release build upload file path for the Windows CI builds
1 parent 4f93ee8 commit 2f500df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: bmputil-${{ matrix.os }}-msvc
80-
path: target/release/bmputil-cli
80+
path: target/release/bmputil-cli.exe
8181
if-no-files-found: error
8282

8383
build-mingw:
@@ -161,5 +161,5 @@ jobs:
161161
uses: actions/upload-artifact@v4
162162
with:
163163
name: bmputil-${{ matrix.os }}-${{ matrix.sys }}
164-
path: target/release/bmputil-cli
164+
path: target/release/bmputil-cli.exe
165165
if-no-files-found: error

0 commit comments

Comments
 (0)