diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c6f26b..0071635 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["0.1.2"] + version: ["0.1.3"] os: ["macos-latest", "ubuntu-latest", "windows-latest"] runs-on: ${{ matrix.os }} steps: @@ -61,5 +61,5 @@ jobs: - name: Upload Binary File to Artifact uses: actions/upload-artifact@v2 with: - name: mdbook-pdf-v0.1.2-aarch64-unknown-linux-gnu + name: mdbook-pdf-v0.1.3-aarch64-unknown-linux-gnu path: target/release/mdbook-pdf diff --git a/Cargo.toml b/Cargo.toml index b8aa8ed..2579d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,11 @@ license = "GPL-3.0" name = "mdbook-pdf" readme = "README.md" repository = "https://github.com/HollowMan6/mdbook-pdf" -version = "0.1.2" +version = "0.1.3" +include = [ + "**/*.rs", + "Cargo.toml", +] [dependencies] env_logger = "0"