Skip to content

Commit 24ceeb8

Browse files
committed
Execute dist after build of debug, as seperate steps
1 parent bbe0f92 commit 24ceeb8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Build debug target
27-
run: |
28-
make debug
29-
mkdir Build/dist
30-
cp -r Build/Products/Debug/Syncthing.app dist
27+
run: make debug
28+
- run: mkdir Build/dist
29+
- run: cp -r Build/Products/Debug/Syncthing.app dist
3130

3231
- name: Archive artifacts
3332
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)