Skip to content

Commit

Permalink
Rmoved update MudkiPC for Now
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 committed Sep 6, 2024
1 parent 8c3af1a commit 68dff8f
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: ${{ matrix.output }}
path: build/releases/${{ matrix.output }}
retention-days: 14

# - name: Update MudkiPC
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_USER: ${{ github.actor }}
# run: |
# git clone https://github.com/Pokemon-Manager/MudkiPC.git
# cd MudkiPC
# git config user.name "${GITHUB_USER}"
# git switch arceus
# git pull
# cd assets
# cd arceus
# cp -r ../../../build/releases/${{ matrix.platform }} ./
# git add ./
# git commit -m "Update Arceus"
# git push
- name: Create Pull Request to MudkiPC
uses: haiiliin/action-pull-request-another-repo@v1.0.3
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
with:
source_folder: build/releases/${{ matrix.platform }}
destination_repo: Pokemon-Manager/MudkiPC
destination_folder: assets/arceus/${{ matrix.platform }}
destination_head_branch: arceus
destination_base_branch: main
user_email: ${{ github.actor }}@users.noreply.github.com
user_name: ${{ github.actor }}
title: "Update Arceus - ${{ matrix.platform }}"

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 68dff8f

Please sign in to comment.