Skip to content

Upgrade Lox interpreter to 2.1.0 #7

Upgrade Lox interpreter to 2.1.0

Upgrade Lox interpreter to 2.1.0 #7

Workflow file for this run

name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
artifacts: "Lox.jar"