Skip to content

Commit

Permalink
save executable binary as an artifact on test
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Aug 25, 2024
1 parent 4080734 commit ed3deac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,12 @@ jobs:
run: |
swift package resolve
sudo swift .build/checkouts/ClangSwift/utils/make-pkgconfig.swift
- name: Build
run: swift build
- name: Test
run: swift test
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: .build/debug/sbgen
name: sbgen-${{ github.sha }}-xcode-${{ matrix.xcode_version }}

0 comments on commit ed3deac

Please sign in to comment.