mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change code signing for test target
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -33,12 +33,12 @@ jobs:
|
||||
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
||||
|
||||
- name: Run Build
|
||||
continue-on-error: true
|
||||
# continue-on-error: true
|
||||
env:
|
||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||
SCHEME: ${{ matrix.scheme }}
|
||||
run: buildscripts/ci-build.sh
|
||||
|
||||
- name: Check for Crashlog
|
||||
run: buildscripts/crash-logs.sh
|
||||
# - name: Check for Crashlog
|
||||
# run: buildscripts/crash-logs.sh
|
||||
Reference in New Issue
Block a user