Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Jan 4, 2024
1 parent 47db7fa commit 62c2386
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
with:
name: changelog
path: CHANGELOG-${{ steps.info.outputs.projectsuffix }}.md
retention-days: 5

# - name: Changelog Parser
# id: changelog_full
Expand Down Expand Up @@ -257,6 +258,7 @@ jobs:
with:
name: modpack_cf
path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-cf.zip
retention-days: 5

build-mmc-modpack:
name: Build MMC Modpack
Expand All @@ -278,7 +280,7 @@ jobs:
run: |
git submodule init
cd mods
git config --local ${{ secrets.GITHUB_TOKEN }}
git config --global credential.helper '!f() { echo "password=${{ secrets.GITHUB_TOKEN }}"; }; f'
git submodule update --recursive
- name: Export MMC
Expand All @@ -294,6 +296,7 @@ jobs:
with:
name: modpack_mmc
path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-mmc.zip
retention-days: 5

build-serverpack:
name: Build Serverpack
Expand All @@ -313,7 +316,7 @@ jobs:
run: |
git submodule init
cd mods
git config --local
git config --global
echo "username=Xikaro";
echo "password=${{ secrets.USER_TOKEN_XIKARO }}";
git submodule update --recursive
Expand All @@ -330,6 +333,7 @@ jobs:
with:
name: server_pack
path: ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-server.zip
retention-days: 5

release:
name: Release
Expand Down

0 comments on commit 62c2386

Please sign in to comment.