Skip to content

Commit

Permalink
update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Apr 30, 2024
1 parent 436d71e commit a353c40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses: minecraft-linux/macos-builder/.github/workflows/main.yml@main

0 comments on commit a353c40

Please sign in to comment.