Skip to content

Commit be94843

Browse files
committed
u
1 parent fdb28a4 commit be94843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
if: runner.os == 'Windows'
8686
working-directory: ${{github.workspace}}/build
8787
run: |
88-
cmake . -DAUI_APP_PACKAGING=PORTABLE
88+
cmake . -DAUI_APP_PACKAGING=AUI_PORTABLE
8989
cpack . -CRelWithDebInfo -B artifacts
9090
9191
- name: Pack Linux Portable
9292
if: runner.os == 'Linux'
9393
working-directory: ${{github.workspace}}/build
9494
run: |
95-
cmake . -DAUI_APP_PACKAGING=PORTABLE
95+
cmake . -DAUI_APP_PACKAGING=AUI_PORTABLE
9696
cpack . -CRelWithDebInfo -B artifacts
9797
9898
- name: Upload

0 commit comments

Comments
 (0)