Skip to content

Commit daf818f

Browse files
committed
Updated release workflow to change structure of web archive.
1 parent c93ccc7 commit daf818f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
./gradlew html:dist
5353
rm -rf html/build/dist/WEB-INF
5454
mv html/build/dist/functions html/build
55-
cd html/build
56-
mv dist jvic-web-${{ github.ref_name }}
57-
zip -r jvic-web-${{ github.ref_name }}.zip jvic-web-${{ github.ref_name }}
55+
cd html/build/dist
56+
mkdir assets/games
57+
zip -r jvic-web-${{ github.ref_name }}.zip .
5858
cd ../..
5959
mv html/build/jvic-web-${{ github.ref_name }}.zip .
6060
./gradlew lwjgl3:jar

0 commit comments

Comments
 (0)