Skip to content

Commit

Permalink
ci: attempt to fix download-artifact issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jul 24, 2024
1 parent ce7ade5 commit 07d15bd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,11 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: testing/weasel
merge-multiple: true

- name: Prepare file
run: |
mkdir -p ./testing/weasel
unzip artifact.zip
mv appcast.xml ./testing/weasel/
- run: ls -R testing/weasel

- name: Deploy appcast
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 07d15bd

Please sign in to comment.