Skip to content

Commit 7b07257

Browse files
committed
update pre-release workflow, fix info.plist
1 parent d515cbb commit 7b07257

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build CodeEdit
4949
env:
5050
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
51-
run: xcodebuild -scheme CodeEdit -configuration Release -derivedDataPath "$RUNNER_TEMP/DerivedData" -archivePath "$RUNNER_TEMP/CodeEdit.xcarchive" -skipPackagePluginValidation DEVELOPMENT_TEAM=$APPLE_TEAM_ID archive
51+
run: xcodebuild -scheme CodeEdit -configuration Alpha -derivedDataPath "$RUNNER_TEMP/DerivedData" -archivePath "$RUNNER_TEMP/CodeEdit.xcarchive" -skipPackagePluginValidation DEVELOPMENT_TEAM=$APPLE_TEAM_ID archive
5252

5353
############################
5454
# Sign

CodeEdit/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,5 +1266,7 @@
12661266
<string>https://github.com/CodeEditApp/CodeEdit/releases/download/latest/appcast.xml</string>
12671267
<key>SUPublicEDKey</key>
12681268
<string>/vAnxnK9wj4IqnUt6wS9EN3Ug69zHb+S/Pb9CyZuwa0=</string>
1269+
<key>CFBundleShortVersionString</key>
1270+
<string>0.0.1</string>
12691271
</dict>
12701272
</plist>

0 commit comments

Comments
 (0)