Skip to content

Commit

Permalink
chore: fix dl
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Jan 23, 2025
1 parent acb342b commit 95d2da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-swift-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
path: /tmp
run-id: ${{ inputs.caller_run_id }}

- name: Download Artifact (iOS sim)
- name: Download Artifact (iOS arm64 sim)
uses: actions/download-artifact@v4
with:
github-token: ${{ steps.generate_token.outputs.token }}
name: flipt-engine-ffi-iOS-sim.tar.gz
name: flipt-engine-ffi-iOS-arm64-sim.tar.gz
path: /tmp
run-id: ${{ inputs.caller_run_id }}

Expand Down

0 comments on commit 95d2da5

Please sign in to comment.