Skip to content

Commit

Permalink
Output curl download to file
Browse files Browse the repository at this point in the history
  • Loading branch information
bjasspa committed Dec 22, 2024
1 parent de4a6fd commit adf389f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-webpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Build package store
run: |
cd microemacs/doc/web_pages
curl -fsSL https://github.com/bjasspa/jasspa/releases/latest/download/Jasspa_MicroEmacs_Latest_packages.zip
curl -fsSL -o packages.zip https://github.com/bjasspa/jasspa/releases/latest/download/Jasspa_MicroEmacs_Latest_packages.zip
cd me
unzip ../Jasspa_MicroEmacs_Latest_packages.zip -d .
unzip ../packages.zip -d .
- name: Upload web-pages as artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit adf389f

Please sign in to comment.