-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 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 |
---|---|---|
|
@@ -133,10 +133,9 @@ jobs: | |
- name: Rename artifact curseforge | ||
run: | | ||
cd ./build/curseforge/ | ||
ls | ||
mv *.zip $(basename -s .zip *.zip)-curseforge.zip | ||
mv | ||
ls -R | ||
- name: Upload artifact CurseForge | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -147,8 +146,8 @@ jobs: | |
- name: Rename artifact server | ||
run: | | ||
cd ./build/serverpack/ | ||
ls | ||
mv *.zip $(basename -s .zip *.zip)-serverpack.zip | ||
ls -R | ||
- name: Upload artifact server | ||
uses: actions/[email protected] | ||
|
@@ -160,8 +159,8 @@ jobs: | |
- name: Rename artifact modrinth | ||
run: | | ||
cd ./build/modrinth/ | ||
ls | ||
mv *.zip $(basename -s .mrpack *.mrpack)-modrinth.mrpack | ||
ls -R | ||
- name: Upload artifact modrinth | ||
uses: actions/[email protected] | ||
|
@@ -196,7 +195,7 @@ jobs: | |
- name: Export | ||
run: | | ||
java -jar ./pakku.jar --debug export | ||
java -jar pakku.jar --debug export | ||
java -jar pakku.jar --debug fetch | ||
- name: Move files | ||
|