Skip to content

Commit

Permalink
Merge pull request #13 from pie/next-release
Browse files Browse the repository at this point in the history
improving release
  • Loading branch information
neilpie authored Aug 4, 2023
2 parents d14ad7f + f2641de commit ae43575
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
- name: Build a zip of the plugin
run: |
mkdir -p ~/update/invision-community-single-logout
cp -r ./ ~/update/invision-community-single-logout
zip -r -q ~/update.zip ~/update -x ".git" ".github" "composer.*" "package.json" "update.json" "DOCKER_ENV" "docker_tag" "*.log"
zip -r -q ~/install.zip ./ -x ".git" ".github/*" "composer.*" "package.json" "update.json" "DOCKER_ENV" "docker_tag" "*.log"
zip -r -q ~/install.zip ./ -x ".git/*" ".github/*" "composer.*" "package.json" "update.json" "DOCKER_ENV" "docker_tag" "*.log"
mkdir ./invision-community-single-logout
mv ./!(invision-community-single-logout) ./invision-community-single-logout
zip -r -q ~/update.zip ./ -x ".git/*" ".github/*" "composer.*" "package.json" "update.json" "DOCKER_ENV" "docker_tag" "*.log"
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit ae43575

Please sign in to comment.