We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82d5c4 commit 1b23bd9Copy full SHA for 1b23bd9
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Archive artifacts
55
run: |
56
mkdir -p /tmp/artifacts
57
- tar -czf /tmp/artifacts/targets.tar.gz $(find . -name "target" -type d) tools/marvin/dist
+ tar -czf /tmp/artifacts/targets.tar.gz $(find . -name "target" -type d) tools/marvin/dist engine/schema/dist utils/conf
58
tar -czf /tmp/artifacts/m2-cloudstack.tar.gz -C ~/.m2/repository org/apache/cloudstack
59
- name: Upload artifacts
60
uses: actions/upload-artifact@v7
.github/workflows/ui.yml
@@ -37,6 +37,8 @@ jobs:
37
uses: actions/setup-node@v6
38
with:
39
node-version: 16
40
+ cache: 'npm'
41
+ cache-dependency-path: 'ui/package-lock.json'
42
43
- name: Env details
44
0 commit comments