Skip to content

Commit ed3deac

Browse files
committed
save executable binary as an artifact on test
1 parent 4080734 commit ed3deac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,12 @@ jobs:
6767
run: |
6868
swift package resolve
6969
sudo swift .build/checkouts/ClangSwift/utils/make-pkgconfig.swift
70+
- name: Build
71+
run: swift build
7072
- name: Test
7173
run: swift test
74+
- name: Upload artifact
75+
uses: actions/upload-artifact@v4
76+
with:
77+
path: .build/debug/sbgen
78+
name: sbgen-${{ github.sha }}-xcode-${{ matrix.xcode_version }}

0 commit comments

Comments
 (0)