Skip to content

Commit 9876830

Browse files
committed
Fix artifact upload error
1 parent 0515e09 commit 9876830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/upload-artifact@v4
8080
with:
8181
name: ForceBindIPGUI
82-
path: ./dist/ForceBindIP-GUI_unsigned.exe
82+
path: ./dist/ForceBindIP-GUI.exe
8383

8484
release:
8585
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)