Skip to content

Commit

Permalink
CI: tweak zipped update site for convenience
Browse files Browse the repository at this point in the history
Eclipse expects the zipped update site to have its contents directly at the root level, without a root folder.
  • Loading branch information
agarciadom authored Nov 5, 2024
1 parent d415679 commit acd37ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Create Zipped Update Site
shell: bash
run: |
cd _site
zip -r updates.zip updates/
cd _site/updates
zip -r ../updates.zip .
- name: Upload Github Pages Artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit acd37ff

Please sign in to comment.