We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb28a4 commit be94843Copy full SHA for be94843
.github/workflows/build.yml
@@ -85,14 +85,14 @@ jobs:
85
if: runner.os == 'Windows'
86
working-directory: ${{github.workspace}}/build
87
run: |
88
- cmake . -DAUI_APP_PACKAGING=PORTABLE
+ cmake . -DAUI_APP_PACKAGING=AUI_PORTABLE
89
cpack . -CRelWithDebInfo -B artifacts
90
91
- name: Pack Linux Portable
92
if: runner.os == 'Linux'
93
94
95
96
97
98
- name: Upload
0 commit comments