Skip to content

[update #69] SPIRV-Tools v2024.4.rc1 #5

[update #69] SPIRV-Tools v2024.4.rc1

[update #69] SPIRV-Tools v2024.4.rc1 #5

Workflow file for this run

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