diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 01c9e72..cff97ab 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -33,7 +33,7 @@ jobs:
DATE=$(date "+%Y-%m-%d")
sed -i '' -e "s/GITHUB_CI_VERSION/0.0.0_nightly-$DATE/g" Sources/Config/Config.xcconfig
sed -i '' -e "s/GITHUB_BUILD_NUMBER/1.$RUN_ID/g" Sources/Config/Config.xcconfig
- sed -i '' -e "s/GITHUB_BUILD_URL/https:\/\/github.com\/maxgoedjen\/secretive\/actions\/runs\/$RUN_ID/g" Sources/Secretive/Credits.rtf
+ sed -i '' -e "s/GITHUB_BUILD_URL/https:\/\/github.com\/maxgoedjen\/secretive\/actions\/runs\/$RUN_ID/g" Sources/Config/Config.xcconfig
- name: Build
run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive
- name: Create ZIP
diff --git a/Sources/Secretive/Info.plist b/Sources/Secretive/Info.plist
index 0a06b50..da665c4 100644
--- a/Sources/Secretive/Info.plist
+++ b/Sources/Secretive/Info.plist
@@ -20,12 +20,12 @@
$(CI_VERSION)
CFBundleVersion
$(CI_BUILD_NUMBER)
+ GitHubBuildLog
+ https://$(CI_BUILD_LINK)
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
$(PRODUCT_NAME) is MIT Licensed.
- GitHubBuildLog
- $(CI_BUILD_LINK)
NSPrincipalClass
NSApplication
NSSupportsAutomaticTermination