Skip to content

[update #93] removing toolbox clean step for windows #2

[update #93] removing toolbox clean step for windows

[update #93] removing toolbox clean step for windows #2

Workflow file for this run

name: cd ping
on:
push:
tags:
- '*'
jobs:
ping:
permissions:
contents: write
strategy:
matrix:
repo:
- cimgui
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 }}"