Skip to content

chore: exact path to build script #2

chore: exact path to build script

chore: exact path to build script #2

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./build.sh
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
files: |
rules_quickjs-*.tar.gz
body_path: release_notes.md
fail_on_unmatched_files: true