Skip to content

Commit e645603

Browse files
committed
build(macOS): fix workflows restore
1 parent e98e9b2 commit e645603

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/macos-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)