Skip to content

Commit

Permalink
ci: upload readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Oct 29, 2023
1 parent 94741f9 commit 63cf590
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v3
with:
name: releases
path: |
README.md
README.userscript.md
LICENSE
- name: Install
uses: NullVoxPopuli/action-setup-pnpm@v2
with:
Expand All @@ -25,11 +32,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: releases
path: |
releases/
README.md
README.userscript.md
LICENSE
path: releases/

deploy:
needs: build
Expand Down

0 comments on commit 63cf590

Please sign in to comment.