We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4080734 commit ed3deacCopy full SHA for ed3deac
1 file changed
.github/workflows/ci.yml
@@ -67,5 +67,12 @@ jobs:
67
run: |
68
swift package resolve
69
sudo swift .build/checkouts/ClangSwift/utils/make-pkgconfig.swift
70
+ - name: Build
71
+ run: swift build
72
- name: Test
73
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