Skip to content

Commit 6057e06

Browse files
committed
ci: fix install
1 parent 813c8cc commit 6057e06

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494
run: |
9595
cmake --install build --prefix install
96-
cp -r maay install/.maay
96+
cp -r assets/.maay install
9797
9898
- uses: actions/upload-artifact@v3
9999
with:
@@ -163,7 +163,7 @@ jobs:
163163
shell: bash
164164
run: |
165165
cmake --install build --prefix install
166-
cp -r maay install/.maay
166+
cp -r assets/.maay install
167167
168168
- uses: actions/upload-artifact@v3
169169
with:
@@ -221,7 +221,7 @@ jobs:
221221
shell: bash
222222
run: |
223223
cmake --install build --prefix install
224-
cp -r maay install/.maay
224+
cp -r assets/.maay install
225225
226226
- uses: actions/upload-artifact@v3
227227
with:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)