-
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.
Do not attempt to get the version without checking out
- Loading branch information
1 parent
3a8bdb6
commit d1d8ccb
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -39,17 +39,17 @@ jobs: | |
- name: Include ~/.local/bin in path | ||
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH | ||
|
||
- name: Remove unnecessary artifact | ||
run: rm "Linux 64-bit x86.zip" | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
- name: Get modpack version | ||
uses: mathiasvr/[email protected] | ||
id: version | ||
with: | ||
run: stoml pack.toml version | ||
|
||
- name: Remove unnecessary artifact | ||
run: rm "Linux 64-bit x86.zip" | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
- name: build zip | ||
run: packwiz curseforge export | ||
|
||
|