Skip to content

Merge remote-tracking branch 'origin/main' into tdstein/release #29

Merge remote-tracking branch 'origin/main' into tdstein/release

Merge remote-tracking branch 'origin/main' into tdstein/release #29

Workflow file for this run

name: Release
on:
push:
branches:
- tdstein/release
tags:
- "v*.*.*"
jobs:
package:
uses: ./.github/workflows/package.yaml
release:
runs-on: ubuntu-latest
needs:
- package
steps:
- uses: actions/download-artifact@v3
with:
path: bin
- name: Release
uses: softprops/action-gh-release@v1
with:
files: bin/**/*