Skip to content

Commit

Permalink
Add package versions to pdf2htmlEX CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 4, 2023
1 parent b8ae7e6 commit 4a23b66
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pdf2htmlEX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ on:
- '.github/workflows/pdf2htmlEX.yml'

jobs:
build:
build-pdf2htmlEX-0_18_8_rc1:
name: pdf2htmlEX 0.18.8.rc1
uses: ./.github/workflows/build.yml
name: pdf2htmlEX
with:
package: pdf2htmlEX
version: '0.18.8.rc1'

build-pdf2htmlEX-0_18_7_poppler_0_81_0:
name: pdf2htmlEX 0.18.7-poppler-0.81.0
uses: ./.github/workflows/build.yml
with:
package: pdf2htmlEX
version: '0.18.7-poppler-0.81.0'

0 comments on commit 4a23b66

Please sign in to comment.