diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f4a27f7..55fc49c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: | apt update && \ - apt install -y zip plantuml librsvg2-bin && \ + apt install -y zip plantuml librsvg2-bin python3-pip && \ pip install pandoc-plantuml-filter - name: Build PDFs run: ./build.sh @@ -30,8 +30,6 @@ jobs: needs: build_pdf runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 - name: Download PDF artifacts uses: actions/download-artifact@v3 with: @@ -40,4 +38,5 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - gh release create $(date +'%Y-%m-%d %H:%M') --generate-notes './build.zip#All PDFs' + ls -R + gh release create $(date +'%Y-%m-%d %H:%M') build.zip --generate-notes