Skip to content

[update #36] use modified JB #1

[update #36] use modified JB

[update #36] use modified JB #1

Workflow file for this run

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