diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8c4545..91253e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: