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 3e1ae2e commit 1ff9a91Copy full SHA for 1ff9a91
.github/workflows/build.yaml
@@ -61,10 +61,7 @@ jobs:
61
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
62
echo "ARTIFACT_PATHNAME=${ARTIFACT_PATHNAME}" >> $GITHUB_ENV
63
echo "RELEASE_ID=${{ github.event.release.id }}" >> $GITHUB_ENV
64
- mkdir $PRE_ZIP_FOLDER
65
- mkdir dist
66
- cp -r theme.yaml settings.yaml annotation-settings.yaml templates $PRE_ZIP_FOLDER/
67
- zip -r $ARTIFACT_PATHNAME $PRE_ZIP_FOLDER
+ pnpm zip
68
- name: Upload artifact
69
uses: actions/upload-artifact@v2
70
with:
@@ -88,7 +85,7 @@ jobs:
88
85
name: Install pnpm
89
86
id: install-pnpm
90
87
91
- version: 7
+ version: 8
92
run_install: false
93
- name: Get pnpm store directory
94
id: pnpm-cache
0 commit comments