Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyv73 authored Mar 24, 2023
1 parent 5720488 commit 1e5b8f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
run: xcodebuild -project kubec-cmd.xcodeproj -scheme 'kubec-cmd' -configuration Release build -derivedDataPath DerivedData | xcpretty
- name: Run tests
run: xcodebuild -project kubec-cmd.xcodeproj -scheme 'kubec-cmd' -configuration Debug test | xcpretty
- name: Archive binary
run: |
cp DerivedData/Build/Products/Release/kubec-cmd/kubec-cmd.bin
- name: Upload binary
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1e5b8f2

Please sign in to comment.