-
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.
Fix up wizards reborn recipes to use tags instead of items
- Loading branch information
1 parent
95d994a
commit 98edc26
Showing
87 changed files
with
2,564 additions
and
4 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ jobs: | |
packages: write | ||
|
||
steps: | ||
|
||
- name: Install dependencies | ||
run: sudo apt-get install zip unzip | ||
|
||
|
@@ -42,7 +43,8 @@ jobs: | |
- name: Remove unnecessary artifact | ||
run: rm "Linux 64-bit x86.zip" | ||
|
||
- uses: actions/checkout@v4 | ||
- name: Checkout the repo. | ||
uses: actions/checkout@v4 | ||
|
||
- name: Get modpack version | ||
uses: mathiasvr/[email protected] | ||
|
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
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.