-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hopefully this fixes the weird directory error
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 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,16 +39,16 @@ jobs: | |
echo "BRANCH=${{ env.BRANCH }}" | ||
echo "VERSION=${{ env.VERSION }}" | ||
echo "RELEASE_TAG=${{ env.RELEASE_TAG }}" | ||
- name: Generate wrappers | ||
run: | | ||
mkdir empty_project | ||
java -jar voodoo/build/libs/voodoo-${{ env.VERSION }}-all.jar --rootDir empty_project generateWrapper | ||
cd empty_project && zip -r ../empty_project.zip ./* | ||
- name: test | ||
run: | | ||
pwd | ||
cd empty_project && pwd | ||
pwd | ||
- name: Generate wrappers | ||
run: | | ||
mkdir empty_voodoo_project | ||
java -jar voodoo/build/libs/voodoo-${{ env.VERSION }}-all.jar --rootDir empty_voodoo_project generateWrapper | ||
zip -r ../empty_voodoo_project.zip ./empty_voodoo_project | ||
- name: Create prerelease | ||
uses: meeDamian/[email protected] | ||
with: | ||
|
@@ -64,4 +64,4 @@ jobs: | |
voodoo-${{ env.VERSION }}.jar:voodoo/build/libs/voodoo-${{ env.VERSION }}-all.jar | ||
multimc-installer-${{ env.VERSION }}.jar:multimc/installer/build/libs/multimc-installer-${{ env.VERSION }}-all.jar | ||
server-installer-${{ env.VERSION }}.jar:server-installer/build/libs/server-installer-${{ env.VERSION }}-all.jar | ||
empty_project.zip:empty_project.zip | ||
empty_voodoo_project.zip:empty_voodoo_project.zip |
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