diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64af932a..93f1c753 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/bundle-macos-app.ps1 b/bundle-macos-app.ps1 index 88056799..851c1075 100644 --- a/bundle-macos-app.ps1 +++ b/bundle-macos-app.ps1 @@ -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>