Skip to content

Commit

Permalink
don't zip nested
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Oct 29, 2023
1 parent e20f794 commit c5bdffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
./gradlew build jsBrowserDistribution && \
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 \
pushd mod && zip -q -r starfield-eye.zip Data && popd
- name: Release
uses: ncipollo/release-action@v1
with:
Expand Down
6 changes: 4 additions & 2 deletions scripts/stage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
./gradlew jsBrowserDistribution && \
cp -r build/dist/js/productionExecutable/* ../starfield-eye-deploy/
cp -r build/dist/js/productionExecutable/* ../eye-deploy/
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
rm mod/starfield-eye.zip
zip -q -r mod/starfield-eye.zip mod/Data
pushd mod
zip -q -r starfield-eye.zip Data
popd

0 comments on commit c5bdffb

Please sign in to comment.