Skip to content

Commit eefec0b

Browse files
committed
Only upload app artifact on macOS build
1 parent 0f6d620 commit eefec0b

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
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/upload-artifact@v4
5454
with:
5555
name: macos-app
56-
path: build/macos/Build/Products/Release
56+
path: build/macos/Build/Products/Release/VPN\ Client.app
5757
build-windows:
5858
name: Build Windows
5959
runs-on: windows-latest

0 commit comments

Comments
 (0)