Skip to content

Commit

Permalink
ci: artifact.yml and release.yml clean artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrfedorov97 committed Apr 15, 2024
1 parent cee33f1 commit 6e157b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
rm ./.gitignore
rm composer.json
rm composer.lock
rm .csscomb.json
rm .gitmodules
rm public/assets/document-formats/.git
rm public/assets/document-formats/README.md
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
rm .gitignore
rm composer.json
rm composer.lock
rm .csscomb.json
rm .gitmodules
rm public/assets/document-formats/.git
rm public/assets/document-formats/README.md
- name: Build Artifact
run: zip -r onlyoffice.zip onlyoffice/
- name: Generate Changelog
Expand Down

0 comments on commit 6e157b5

Please sign in to comment.