diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 572a7e5..c9d58a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,6 +81,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - name: Publish + continue-on-error: true env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} run: cargo publish @@ -97,6 +98,11 @@ jobs: with: path: artifacts + - name: Stage install scripts + run: | + cp install.sh artifacts/ + cp install.ps1 artifacts/ + - name: Generate checksums run: | cd artifacts