diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed4bd61..21db4d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,6 +109,7 @@ jobs: signing-policy-slug: ${{ startsWith(github.ref, 'refs/tags/v') && 'release-signing' || 'test-signing' }} github-artifact-id: ${{ steps.upload-unsigned-artifact.outputs.artifact-id }} wait-for-completion: true + wait-for-completion-timeout-in-seconds: 7200 output-artifact-directory: signed - uses: actions/upload-artifact@v4 with: diff --git a/Cargo.lock b/Cargo.lock index 39a60af..8162c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,7 +319,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fishnet" -version = "2.9.3" +version = "2.9.4-dev" dependencies = [ "ar", "arrayvec",