Skip to content

Try an in-house reusable workflow #5

Try an in-house reusable workflow

Try an in-house reusable workflow #5

Workflow file for this run

name: Rust Releaser
on:
push:
branches: "*"
jobs:
build:
uses: thevickypedia/rust-releaser/releaser.yml@main

Check failure on line 9 in .github/workflows/releaser.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/releaser.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets: inherit
# build:
# strategy:
# matrix:
# platform:
# - build_for: Linux-x86_64
# os: linux-amd64
# - build_for: Windows-x86_64
# os: windows-amd64
# - build_for: macOS-x86_64
# os: darwin-amd64
# name: Initiate build for ${{ matrix.platform.build_for }}
# runs-on: ${{ matrix.platform.os }}
# permissions:
# contents: write
# steps:
# - uses: thevickypedia/rust-releaser@main
# env:
# GIT_TOKEN: ${{ secrets.GIT_TOKEN }}