Skip to content

feat: slim down builtin types #30

feat: slim down builtin types

feat: slim down builtin types #30

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: |
go get ./...
make build
- name: Build plugins
run: |

Check failure on line 26 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
go get ./...
make build-plugins
tar cvf plugins.tar.xz build/plugins
- name: Upload a Release Asset
if: github.repository == 'Vanilla-OS/Vib'
uses: softprops/action-gh-release@v2
with:
files: |
build/vib
plugins.tar.xz