-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.21 only, this time!
- Loading branch information
UltimatChamp
committed
Jul 7, 2024
1 parent
093cacd
commit 71c099f
Showing
7 changed files
with
227 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,39 +282,62 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- name: Publish Modrinth Packs | ||
uses: Kir-Antipov/[email protected] | ||
- name: Mrpack forge/1.20.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
github-tag: ${{ inputs.version }}-for-mr | ||
github-commitish: main | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
files: modrinth/forge/1.20.1 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+forge.1.20.1.mrpack | ||
|
||
files: | | ||
${{ github.workspace }}/*.mrpack | ||
- name: Mrpack neo/1.20.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/neo/1.20.1 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+neo.1.20.1.mrpack | ||
|
||
name: FlawlesslyOptimized ${{ inputs.version }} for Modrinth | ||
version: ${{ inputs.version }}-for-mr | ||
version-type: release | ||
changelog: Check out the changelog for the respective version [**here**](https://github.com/search?q=repo%3AUltimatChamp%2FFlawlesslyOptimized%20CHANGELOG.md&type=code). | ||
- name: Mrpack fabric/1.20.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.20.1 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+fabric.1.20.1.mrpack | ||
|
||
retry-attempts: 2 | ||
retry-delay: 10000 | ||
fail-mode: fail | ||
- name: Mrpack fabric/1.21 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+fabric.1.21.mrpack | ||
|
||
- name: Zip forge/1.20.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/forge/1.20.1 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+forge.1.20.1.zip | ||
|
||
- name: Zip fabric/1.20.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/fabric/1.20.1 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+fabric.1.20.1.zip | ||
|
||
- name: Publish Curseforge Packs | ||
- name: Zip fabric/1.21 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/fabric/1.21 | ||
dest: FlawlesslyOptimized ${{ inputs.version }}+fabric.1.21.zip | ||
|
||
- name: Publish Packs | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
github-tag: ${{ inputs.version }}-for-cf | ||
github-tag: ${{ inputs.version }} | ||
github-commitish: main | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
files: | | ||
${{ github.workspace }}/*.mrpack | ||
${{ github.workspace }}/*.zip | ||
name: FlawlesslyOptimized ${{ inputs.version }} for Curseforge | ||
version: ${{ inputs.version }}-for-cf | ||
name: FlawlesslyOptimized ${{ inputs.version }} | ||
version: ${{ inputs.version }} | ||
version-type: release | ||
changelog: Check out the changelog for the respective version [**here**](https://github.com/search?q=repo%3AUltimatChamp%2FFlawlesslyOptimized%20CHANGELOG.md&type=code). | ||
changelog: Check out the changelog for the respective version [**here**](https://modrinth.com/modpack/flawlesslyoptimized/changelog). | ||
|
||
retry-attempts: 2 | ||
retry-delay: 10000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.