File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6161 security import $RUNNER_TEMP/DeveloperIDG2CA.cer -k $KEYCHAIN_PATH -T /usr/bin/codesign -T /usr/bin/productbuild || echo "DeveloperIDG2CA import failed or already exists"
6262 security list-keychain -d user -s $KEYCHAIN_PATH
6363
64- - name : Replace Version inside Info.plist
65- run : |
66- /usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${{ env.VERSION }}" src/Everywhere.Mac/Info.plist
67- /usr/libexec/PlistBuddy -c "Set :CFBundleVersion ${{ env.VERSION }}" src/Everywhere.Mac/Info.plist
64+ - name : Install Workloads
65+ run : dotnet workload restore src/Everywhere.Mac/Everywhere.Mac.csproj
6866
6967 - name : Restore
7068 run : dotnet restore src/Everywhere.Mac/Everywhere.Mac.csproj -r ${{ matrix.runtime }}
You can’t perform that action at this time.
0 commit comments