Remove BundleIdentifier param

This commit is contained in:
Yudi 2025-05-09 12:00:39 -03:00
parent ec995d9b84
commit b132244c46
No known key found for this signature in database
GPG key ID: E4743B2F033961D1
2 changed files with 2 additions and 6 deletions

View file

@ -150,7 +150,6 @@ jobs:
-GitHubSha "${{ github.sha }}"
-GitHubRefType "${{ github.ref_type }}"
-GitHubRefName "${{ github.ref_name }}"
-BundleIdentifier "me.Tyrrrz.${{ matrix.asset }}"
- name: Upload artifacts
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

View file

@ -18,10 +18,7 @@ param(
[string]$GitHubRefType,
[Parameter(Mandatory=$true)]
[string]$GitHubRefName,
[Parameter(Mandatory=$true)]
[string]$BundleIdentifier
[string]$GitHubRefName
)
# Setup paths
@ -53,7 +50,7 @@ $plistContent = @"
<key>NSHumanReadableCopyright</key>
<string>© Oleksii Holub</string>
<key>CFBundleIdentifier</key>
<string>$BundleIdentifier</string>
<string>me.Tyrrrz.$MatrixAssetName</string>
<key>CFBundleSpokenName</key>
<string>Discord Chat Exporter</string>
<key>CFBundleIconFile</key>