Update automation to fix folder mess with updates and notes
This commit is contained in:
@@ -35,8 +35,10 @@ jobs:
|
||||
|
||||
- name: Create plugin zip
|
||||
run: |
|
||||
mkdir -p build
|
||||
zip -r build/fourthwall-store-embed.zip . -x ".git/*" ".gitea/*" "build/*" "*.git*"
|
||||
mkdir -p /tmp/fourthwall-store-embed
|
||||
rsync -av --exclude=".git" --exclude=".gitea" --exclude="build" . /tmp/fourthwall-store-embed/
|
||||
cd /tmp
|
||||
zip -r $GITEA_WORK_DIR/fourthwall-store-embed.zip fourthwall-store-embed
|
||||
|
||||
- name: Upload zip to release
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
Reference in New Issue
Block a user