Skip to content

[update #44] fix virtual env #25

[update #44] fix virtual env

[update #44] fix virtual env #25

Workflow file for this run

name: cd ping
on:
push:
tags:
- '*'
jobs:
ping:
permissions:
contents: write
strategy:
matrix:
repo:
- vulkan.zig
- wayland.zig
- X11.zig
- glfw.zig
- cimgui.zig
- spirv.zig
- glslang.zig
- shaderc.zig
runs-on: ubuntu-latest
steps:
- uses: tiawl/[email protected]
with:
from: "${{ github.event.repository.name }}"
is_composite: 'true'
to: "${{ matrix.repo }}"
tag: "${{ github.ref_name }}"
token: "${{ secrets.PAT }}"