We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813c8cc commit 6057e06Copy full SHA for 6057e06
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
shell: bash
94
run: |
95
cmake --install build --prefix install
96
- cp -r maay install/.maay
+ cp -r assets/.maay install
97
98
- uses: actions/upload-artifact@v3
99
with:
@@ -163,7 +163,7 @@ jobs:
163
164
165
166
167
168
169
@@ -221,7 +221,7 @@ jobs:
221
222
223
224
225
226
227
assets/maay/control.json assets/.maay/control.json
assets/maay/repo.json assets/.maay/repo.json
assets/maay/resource.json assets/.maay/resource.json
0 commit comments