Skip to content

Commit

Permalink
Fix yml syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Nov 26, 2024
1 parent 6c23fcc commit 0d2fabf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
run: sed -i '' 's/let useLocalFramework = true/let useLocalFramework = false/' Package.swift

- name: Commit changed files (it is easy to forget about ferrostar.swift)
run: |
if [[ -n "$(git status --porcelain apple/Sources/UniFFI/*)" ]]; then
echo "Dirty files detected"
exit 1
fi
run: |
if [[ -n "$(git status --porcelain apple/Sources/UniFFI/*)" ]]; then
echo "Dirty files detected"
exit 1
fi
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0d2fabf

Please sign in to comment.