Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Oct 28, 2023
1 parent 89cfe08 commit 802177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
${{ runner.os }}-gradle-
- name: Build with Gradle
run: |
mkdirs -p mod/Data/SFSE/plugins/sfse_plugin_console_web \
./gradlew build jsBrowserDistribution \
mkdirs -p mod/Data/SFSE/plugins/sfse_plugin_console_web
cp -r build/dist/js/productionExecutable/* mod/Data/SFSE/plugins/sfse_plugin_console_web \
cp build/dist/js/productionExecutable/index.html mod/Data/SFSE/plugins/sfse_plugin_console_web/starfield-eye.html \
zip -q -r mod/starfield-eye.zip mod/Data \
Expand Down

0 comments on commit 802177f

Please sign in to comment.