Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Oct 13, 2024
1 parent 6170900 commit 5e426c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: TestResult.xcresult
path: {{ needs.fastlane-ios-tests.outputs.xcresult_path }}
path: ${{ needs.fastlane-ios-tests.outputs.xcresult_path }}

0 comments on commit 5e426c4

Please sign in to comment.