Skip to content

Put the DNS fix where the walls already stand #7

Put the DNS fix where the walls already stand

Put the DNS fix where the walls already stand #7

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y lua5.4 bubblewrap && sudo ln -sf /usr/bin/lua5.4 /usr/bin/lua
- name: Build
run: make
- name: Run tests
run: bash tests/run-all.sh
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: dist/claude-cage
generate_release_notes: true