Skip to content

Commit

Permalink
ci,macos: fixup move
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 22, 2023
1 parent d84524c commit 777427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
MAC_PROVISIONING_PROFILE_PATH=$RUNNER_TEMP/iodefnFranz.provisionprofile
echo -n "$MAC_PROVISIONING_PROFILE" | base64 --decode -o $MAC_PROVISIONING_PROFILE_PATH
mkdir -p "~/Library/MobileDevice/Provisioning Profiles"
mv $MAC_PROVISIONING_PROFILE_PATH "~/Library/MobileDevice/Provisioning Profiles"
mv $MAC_PROVISIONING_PROFILE_PATH "~/Library/MobileDevice/Provisioning Profiles/"
env:
DEVELOPER_ID_CER: ${{ secrets.DEVELOPER_ID_CER }}
DEVELOPER_ID_CER_PASSWORD: ${{ secrets.DEVELOPER_ID_CER_PASSWORD }}
Expand Down

0 comments on commit 777427a

Please sign in to comment.