Skip to content

Commit 7ba9838

Browse files
committed
Github action create debug zipfile for testing purposes
1 parent 57afedf commit 7ba9838

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
run: |
2828
make debug
2929
30+
- name: Archive artifacts
31+
uses: actions/upload-artifact@v3
32+
with:
33+
name: syncthing-macos-debug
34+
path: Build/Products/Debug/Syncthing.app
35+
3036
build-release:
3137
name: Build release
3238
if: github.event_name == 'push' && github.ref == 'refs/heads/release'

0 commit comments

Comments
 (0)