Skip to content

Commit 00cf18e

Browse files
committed
Fix artifact upload error
1 parent bdf807e commit 00cf18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-sign-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Upload artifact
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: ForceBindIPGUI
47-
path: dist/windows/ForceBindIP-GUI_unsigned.exe
46+
name: ForceBindIPGUI_unsigned
47+
path: dist/windows/ForceBindIP-GUI.exe
4848

4949
sign:
5050
runs-on: [windows-latest]

0 commit comments

Comments
 (0)