File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - " **"
7+ # Allows you to run this workflow manually from the Actions tab
8+ workflow_dispatch :
79
810permissions :
911 contents : write
3133 - run : zig build get-tools
3234 - run : zig build get-v8
3335 - run : zig build -Doptimize=ReleaseSafe
34- - run : mv v8-build/${{ env.ARCH }}-${{ env.OS }}/release/ninja/obj/zig/libc_v8.a libc_v8_${{ env.OS }}_${{ env.ARCH }}.a
36+ - run : mv v8-build/${{ env.ARCH }}-${{ env.OS }}/release/ninja/obj/zig/libc_v8.a libc_v8_${{steps.read-version.outputs.version}}_${{ env.OS }}_${{ env.ARCH }}.a
3537
3638 - name : Read version
3739 id : read-version
6769 - run : zig build get-tools
6870 - run : zig build get-v8
6971 - run : zig build -Doptimize=ReleaseSafe
70- - run : mv v8-build/${{ env.ARCH }}-${{ env.OS }}/release/ninja/obj/zig/libc_v8.a libc_v8_${{ env.OS }}_${{ env.ARCH }}.a
72+ - run : mv v8-build/${{ env.ARCH }}-${{ env.OS }}/release/ninja/obj/zig/libc_v8.a libc_v8_${{steps.read-version.outputs.version}}_${{ env.OS }}_${{ env.ARCH }}.a
7173
7274 - name : Read version
7375 id : read-version
You can’t perform that action at this time.
0 commit comments