Skip to content

git: Dummy tag workflow trigger 02 #2

git: Dummy tag workflow trigger 02

git: Dummy tag workflow trigger 02 #2

Workflow file for this run

name: Test.Tags
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build-game:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4 # Clone the repo
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2 # Will compile with ZigCC
- name: build
run: echo "Hello Test.Tags Build!"
- test-zig:

Check failure on line 20 in .github/workflows/test-tags.yml

View workflow run for this annotation

GitHub Actions / Test.Tags

Invalid workflow file

The workflow is not valid. .github/workflows/test-tags.yml (Line: 20, Col: 9): Unexpected value 'test-zig'
run: zig zen