Skip to content

add gl_Position to spec.json #33

add gl_Position to spec.json

add gl_Position to spec.json #33

name: "Release Artifacts"
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build-artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/[email protected]
with:
version: ${{ vars.ZIG_VERSION }}
- name: Build
run: ./release.sh
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
files: |
zig-out/archives/*