Skip to content

Commit

Permalink
Update ru_draft_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Devamitta authored Jul 20, 2024
1 parent 58c592e commit f9cda40
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ru_draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ jobs:
- name: Export Kindle & ePub
run: poetry run python exporter/ebook/ebook_exporter.py

- name: Export Kobo
run: poetry run python exporter/kobo/kobo.py

- name: Zip GoldenDict & Mdict
run: poetry run python exporter/goldendict/ru_components/tools/ru_zip_goldendict_mdict.py

Expand Down Expand Up @@ -235,22 +232,3 @@ jobs:
asset_name: ru-dpd-kindle.mobi
asset_content_type: application/zip

- name: Upload Asset dpd.db.tar.bz2
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: exporter/share/dpd.db.tar.bz2
asset_name: dpd.db.tar.bz2
asset_content_type: application/zip

- name: Upload Asset dpd-kobo.zip
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: exporter/share/dicthtml-pi-en.zip
asset_name: dpd-kobo.zip
asset_content_type: application/zip

0 comments on commit f9cda40

Please sign in to comment.