mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Syntax error in workflow
This commit is contained in:
2
.github/workflows/ios-testflight.yml
vendored
2
.github/workflows/ios-testflight.yml
vendored
@@ -231,7 +231,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Cleanup signing keychain
|
||||
if: always() && ${{ steps.check_prereqs.outputs.enabled == 'true' }}
|
||||
if: ${{ always() && steps.check_prereqs.outputs.enabled == 'true' }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
KEYCHAIN_PATH="${{ steps.signing.outputs.keychain-path }}"
|
||||
|
||||
Reference in New Issue
Block a user