diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 34251d915..a16f42217 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -130,7 +130,6 @@ jobs: source: - if: false permissions: contents: write runs-on: ubuntu-latest @@ -310,7 +309,7 @@ jobs: if: ${{ github.event.inputs.create_release == 'true' }} permissions: write-all name: Release - needs: [build-data, linux, windows-step-3, check-release, mac, appimage] + needs: [build-data, linux, windows-step-3, check-release, mac, appimage, source] runs-on: ubuntu-latest environment: name: Deploy-Release diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index c4907f796..da1498c9e 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -158,6 +158,11 @@ jobs: - name: Sign to .dmg run: | codesign -s "${{ secrets.macOS_AppleDeveloperId }}" zen.macos-${{ matrix.arch }}.dmg + xcrun notarytool submit "zen.macos-${{ matrix.arch }}.dmg" \ + --apple-id "${{ secrets.macOS_AppleDeveloperId }}" \ + --team-id "${{ secrets.macOS_AppleDeveloperIdTeamId }}" \ + --password "${{ secrets.macOS_AppleDeveloperIdPassword }}" \ + --wait - name: Upload artifact uses: actions/upload-artifact@v4 diff --git a/l10n b/l10n index c4bb278c9..3f8bbb51c 160000 --- a/l10n +++ b/l10n @@ -1 +1 @@ -Subproject commit c4bb278c97a9ffd9fd7441ff50191fcbdbcb7f51 +Subproject commit 3f8bbb51c7b66725409a5a9897cbd02558d324e1