Skip to content

Commit b447699

Browse files
committed
* no need for artifacts
1 parent 185d2df commit b447699

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: .github/workflows/main.yml

-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ jobs:
1919
- name: Generate book files (zh-tw)
2020
run: |
2121
perl scripts/make-book-zh-tw.pl
22-
- name: Upload artifacts
23-
uses: actions/upload-artifact@v2
24-
with:
25-
name: book-files
26-
path: |
27-
Plurality-english.pdf
28-
Plurality-english.epub
29-
Plurality-traditional-mandarin.pdf
30-
Plurality-traditional-mandarin.epub
3122
- uses: ncipollo/release-action@v1
3223
with:
3324
artifacts: "*.pdf,*.epub"

0 commit comments

Comments
 (0)