From a353c40aa68f132eb7446e1bcfedb5beb9bdeb69 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Tue, 30 Apr 2024 12:47:15 +0200 Subject: [PATCH] update repo name --- .github/workflows/branch_sync.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch_sync.yml b/.github/workflows/branch_sync.yml index 85b125e2..6887b199 100644 --- a/.github/workflows/branch_sync.yml +++ b/.github/workflows/branch_sync.yml @@ -48,7 +48,7 @@ jobs: linux-AppImage: if: needs.prepare.outputs.sync == 'true' needs: prepare - uses: ChristopherHX/linux-packaging-scripts/.github/workflows/main.yml@main + uses: minecraft-linux/appimage-builder/.github/workflows/main.yml@main with: mcpelauncher-ref: ${{ needs.prepare.outputs.mcpelauncher-ng }} update-information: https://github.com/minecraft-linux/mcpelauncher-manifest/releases/download/nightly @@ -57,7 +57,7 @@ jobs: macOS: if: needs.prepare.outputs.sync == 'true' needs: prepare - uses: ChristopherHX/osx-packaging-scripts/.github/workflows/main.yml@main + uses: minecraft-linux/macos-builder/.github/workflows/main.yml@main with: mcpelauncher-ref: ${{ needs.prepare.outputs.mcpelauncher-ng }} secrets: inherit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7db9ab6d..b3169ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,6 @@ on: pull_request: jobs: linux: - uses: ChristopherHX/linux-packaging-scripts/.github/workflows/main.yml@main + uses: minecraft-linux/appimage-builder/.github/workflows/main.yml@main macOS: - uses: ChristopherHX/osx-packaging-scripts/.github/workflows/main.yml@main \ No newline at end of file + uses: minecraft-linux/macos-builder/.github/workflows/main.yml@main \ No newline at end of file