We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93ccc7 commit daf818fCopy full SHA for daf818f
1 file changed
.github/workflows/release.yml
@@ -52,9 +52,9 @@ jobs:
52
./gradlew html:dist
53
rm -rf html/build/dist/WEB-INF
54
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 }}
+ cd html/build/dist
+ mkdir assets/games
+ zip -r jvic-web-${{ github.ref_name }}.zip .
58
cd ../..
59
mv html/build/jvic-web-${{ github.ref_name }}.zip .
60
./gradlew lwjgl3:jar
0 commit comments