From 2f2b0d86ad6592321e33cfdf1b203896ebb24cbb Mon Sep 17 00:00:00 2001 From: snek Date: Thu, 5 Dec 2024 11:42:53 +0100 Subject: [PATCH] Update v8_with_lto.yaml --- .github/workflows/v8_with_lto.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/v8_with_lto.yaml b/.github/workflows/v8_with_lto.yaml index c9fd277..e5a3d58 100644 --- a/.github/workflows/v8_with_lto.yaml +++ b/.github/workflows/v8_with_lto.yaml @@ -5,6 +5,8 @@ on: inputs: ref: required: true + publish: + type: boolean permissions: write-all @@ -162,6 +164,7 @@ jobs: ls -l target/src_binding_release_${{ matrix.config.target }}.rs - name: Binary publish + if: github.event.inputs.publish uses: softprops/action-gh-release@v0.1.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}