Skip to content

Commit

Permalink
Update build_m1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft committed Mar 26, 2024
1 parent 7802707 commit 6cd1b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_m1.yml
Expand Up @@ -27,4 +27,4 @@ jobs:
run: go build -o azcopy_darwin_arm64

- name: Upload to AzCopy to M1 container
run: ./azcopy_darwin_arm64 copy azcopy_darwin_arm64 ${{ inputs.m1_url }}
run: ./azcopy_darwin_arm64 copy "azcopy_darwin_arm64" "${{ inputs.m1_url }}"

0 comments on commit 6cd1b4a

Please sign in to comment.