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 738d469 commit 9d12c5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/v8_with_lto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ jobs:
- name: Prepare binary publish
run: |
gzip -9c target/${{ matrix.config.target }}/release/gn_out/obj/${{ env.LIB_NAME }}.${{ env.LIB_EXT }} > target/${{ env.LIB_NAME }}_lto_${{ matrix.config.target }}.${{ env.LIB_EXT }}.gz
ls -l target/${{ env.LIB_NAME }}_lto_${{ matrix.config.target }}.${{ env.LIB_EXT }}.gz
gzip -9c target/${{ matrix.config.target }}/release/gn_out/obj/${{ env.LIB_NAME }}.${{ env.LIB_EXT }} > target/${{ env.LIB_NAME }}_release_${{ matrix.config.target }}.${{ env.LIB_EXT }}.gz
ls -l target/${{ env.LIB_NAME }}_release_${{ matrix.config.target }}.${{ env.LIB_EXT }}.gz
cp target/${{ matrix.config.target }}/release/gn_out/src_binding.rs target/src_binding_lto_${{ matrix.config.target }}.rs
ls -l target/src_binding_lto_${{ matrix.config.target }}.rs
cp target/${{ matrix.config.target }}/release/gn_out/src_binding.rs target/src_binding_release_${{ matrix.config.target }}.rs
ls -l target/src_binding_release_${{ matrix.config.target }}.rs
- name: Binary publish
uses: softprops/[email protected]
Expand All @@ -169,5 +169,5 @@ jobs:
name: ${{ github.event.inputs.ref }}
tag_name: ${{ github.event.inputs.ref }}
files: |
target/${{ env.LIB_NAME }}_lto_${{ matrix.config.target }}.${{ env.LIB_EXT }}.gz
target/src_binding_lto_${{ matrix.config.target }}.rs
target/${{ env.LIB_NAME }}_release_${{ matrix.config.target }}.${{ env.LIB_EXT }}.gz
target/src_binding_release_${{ matrix.config.target }}.rs

0 comments on commit 9d12c5c

Please sign in to comment.