Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrund authored Nov 27, 2024
1 parent e2cbab1 commit ac2e977
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ jobs:
needs: [build-mac, build-linux]
steps:
- uses: actions/download-artifact@v4
- run: |
zip -j vitepress-pdf-export_linux.zip ./vitepress-pdf-export_linux/vitepress-pdf-export
zip -j vitepress-pdf-export_macos.zip ./vitepress-pdf-export_macos/vitepress-pdf-export
- name: Release
uses: softprops/action-gh-release@v2
with:
fail_on_unmatched_files: true
files: |
vitepress-pdf-export_*.zip
vitepress-pdf-export_*/*
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ac2e977

Please sign in to comment.