Skip to content

Commit bee321e

Browse files
authored
Fix[release]: don't store paths in result zip file
1 parent f95dad4 commit bee321e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Repack JRE
8484
run: |
8585
bash "repackjre.sh" $GITHUB_WORKSPACE/pojav $GITHUB_WORKSPACE/pojav/jre8-pojav
86-
zip -r $GITHUB_WORKSPACE/jre8-pojav.zip $GITHUB_WORKSPACE/pojav/jre8-pojav/
86+
zip -j -r $GITHUB_WORKSPACE/jre8-pojav.zip $GITHUB_WORKSPACE/pojav/jre8-pojav/
8787
- name: Update release
8888
uses: svenstaro/upload-release-action@2.11.2
8989
if: github.repository_owner == 'MojoLauncher' && github.ref_name == 'buildjre8'

0 commit comments

Comments
 (0)