Skip to content

Commit 11729de

Browse files
committed
Zip whole debug folder for artifact instead of content of .app folder
1 parent a356ef3 commit 11729de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-syncthing-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: syncthing-macos-debug
34-
path: Build/Products/Debug/Syncthing.app
34+
path: Build/Products/Debug
3535

3636
build-release:
3737
name: Build release

0 commit comments

Comments
 (0)