Skip to content

Commit ea5d845

Browse files
hotfix: modify zipapp tarball to be distributable with lutris directly
1 parent a3b7f51 commit ea5d845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-umu-zipapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Create symlink for launchers
3737
# To preserve file mode bits and link file, use a tar archive.
3838
# See https://github.com/actions/upload-artifact?tab=readme-ov-file#permission-loss
39-
run: cd results && ln -s umu-run umu_run.py && tar cvf umu-launcher-${{ inputs.version }}-zipapp.tar.gz umu-run umu_run.py
39+
run: cd results && ln -s umu-run umu_run.py && mkdir umu && mv umu-run umu/ && mv umu_run.py umu/ && tar cvf umu-launcher-${{ inputs.version }}-zipapp.tar.gz umu/
4040

4141
- name: Upload artifact
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)