Skip to content

Commit

Permalink
Update v8_with_lto.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek authored Dec 5, 2024
1 parent 9d12c5c commit 2f2b0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/v8_with_lto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
inputs:
ref:
required: true
publish:
type: boolean

permissions: write-all

Expand Down Expand Up @@ -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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2f2b0d8

Please sign in to comment.