Update build.yml
This commit is contained in:
parent
ee9f1cde7b
commit
2a0fbd6637
|
@ -29,7 +29,7 @@ jobs:
|
|||
echo "RELEASE_ID=${{ github.event.release.id }}" >> $GITHUB_ENV
|
||||
mkdir $PRE_ZIP_FOLDER
|
||||
mkdir dist
|
||||
cp -r theme.yaml settings.yaml templates $PRE_ZIP_FOLDER/
|
||||
cp -r theme.yaml settings.yaml annotation-setting.yaml templates $PRE_ZIP_FOLDER/
|
||||
zip -r $ARTIFACT_PATHNAME $PRE_ZIP_FOLDER
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
echo "RELEASE_ID=${{ github.event.release.id }}" >> $GITHUB_ENV
|
||||
mkdir $PRE_ZIP_FOLDER
|
||||
mkdir dist
|
||||
cp -r theme.yaml settings.yaml templates $PRE_ZIP_FOLDER/
|
||||
cp -r theme.yaml settings.yaml annotation-setting.yaml templates $PRE_ZIP_FOLDER/
|
||||
zip -r $ARTIFACT_PATHNAME $PRE_ZIP_FOLDER
|
||||
- name: Upload a release asset
|
||||
uses: actions/github-script@v2
|
||||
|
|
Loading…
Reference in New Issue