Skip to content

switch to host per bundle #1

switch to host per bundle

switch to host per bundle #1

Workflow file for this run

name: Build Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
linux:
name: Release Linux Binaries
permissions:
contents: read
packages: write
attestations: write
id-token: write
uses: ./.github/shared/release.workflow.yml

Check failure on line 15 in .github/workflows/release-bins.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-bins.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
bundle: linux
runsOn: ubuntu-24.04
secrets: inherit
windows:
name: Release Windows Binaries
permissions:
contents: read
packages: write
attestations: write
id-token: write
uses: ./.github/workflows/_release.yml
with:
bundle: windows
runsOn: ubuntu-24.04
secrets: inherit