Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed May 30, 2024
1 parent 45542e2 commit f062541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sdk-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
if: ${{ inputs.package-swift != '' }}
run: |
mv Package.swift Package.swift.orig
cp "{{ inputs.package-swift }}" Package.swift
cp "${{ inputs.package-swift }}" Package.swift
- name: Build SPM App
shell: bash
run: |
Expand Down

0 comments on commit f062541

Please sign in to comment.