We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b7f51 commit ea5d845Copy full SHA for ea5d845
.github/workflows/build-umu-zipapp.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Create symlink for launchers
37
# To preserve file mode bits and link file, use a tar archive.
38
# 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
+ 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/
40
41
- name: Upload artifact
42
uses: actions/upload-artifact@v4
0 commit comments