Skip to content

Fix Macro_Runner

Fix Macro_Runner #97

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: ImageJ.JS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Compile ImageJ.JS
run: bash compile-js.sh
- uses: meeDamian/github-release@2.0
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 1.53m1
name: ImageJ.JS
files: imagej-js-dist/
allow_override: true