File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 62
62
with :
63
63
name : ${{env.EXEC}}
64
64
path : ${{github.workspace}}/build/Release/${{env.EXEC}}
65
-
66
- # create packaging metadata
67
- prepare-installer-windows :
68
- runs-on : ubuntu-latest
69
- needs : build-gui-windows
70
- permissions : write-all
71
- steps :
72
- - uses : actions/checkout@v3
73
- - name : install dependencies
74
- run : sudo apt-get update && sudo apt-get install -y python3 python3-jinja2
75
- - name : run packaging script
76
- run : python3 gui/packaging/package.py
77
- - name : Upload packaging scripts
78
- uses : actions/upload-artifact@v4
79
- with :
80
- name : package-metadata
81
- path : |
82
- ${{github.workspace}}/gui/packaging/config/config.xml
83
- ${{github.workspace}}/gui/packaging/packages/com.vendor.product/meta/installscript.qs
84
- ${{github.workspace}}/gui/packaging/packages/com.vendor.product/meta/package.xml
85
65
86
66
# create Windows installer
87
67
create-installer-windows :
97
77
name : ${{env.EXEC}}
98
78
path : data/
99
79
100
- - name : Download packaging metadata
101
- uses : actions/download-artifact@v4
102
- with :
103
- name : package-metadata
104
- path : ./gui/packaging
105
-
106
80
- name : Set up Python
107
81
uses : actions/setup-python@v5
108
82
with :
You can’t perform that action at this time.
0 commit comments