Skip to content

Commit

Permalink
Merge pull request #411 from ONLYOFFICE/fix/actions
Browse files Browse the repository at this point in the history
fix: folder structure
  • Loading branch information
LinneyS authored Mar 16, 2023
2 parents d3e371f + fc9d936 commit 1081e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
cwd=$(pwd)
git submodule update --init --recursive
mkdir -p ./onlyoffice
rsync -av --exclude='onlyoffice' ./ ./onlyoffice
cd ./onlyoffice
rsync -av --exclude='onlyoffice' . onlyoffice
cd onlyoffice
rm -rf ./.github/
rm -rf ./.git/
rm ./.gitmodules
rm -rf ./assets/.git
cd ./appinfo
sed -i 's|<licence>apl2|<licence>agpl|' info.xml
cd $cwd
tar -czvf onlyoffice.tar.gz ./onlyoffice
tar -czvf onlyoffice.tar.gz onlyoffice
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1081e26

Please sign in to comment.