Skip to content

Fixes #11: Add functions to the Lox language #3

Fixes #11: Add functions to the Lox language

Fixes #11: Add functions to the Lox language #3

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"