We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca937b commit 045709fCopy full SHA for 045709f
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
}
61
62
- name: Archive production artifacts
63
- run: cd wp-content/themes && zip -r ../../humanity-theme-playground.zip ./humanity-theme
+ run: cd wp-content/themes/humanity-theme && zip -r ../../../humanity-theme-playground.zip ./
64
- name: Upload artifact
65
uses: actions/upload-artifact@v3
66
with:
0 commit comments