Skip to content

Commit

Permalink
ci: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 28, 2023
1 parent 813c8cc commit 6057e06
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
shell: bash
run: |
cmake --install build --prefix install
cp -r maay install/.maay
cp -r assets/.maay install
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
shell: bash
run: |
cmake --install build --prefix install
cp -r maay install/.maay
cp -r assets/.maay install
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
shell: bash
run: |
cmake --install build --prefix install
cp -r maay install/.maay
cp -r assets/.maay install
- uses: actions/upload-artifact@v3
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6057e06

Please sign in to comment.