Skip to content

version bump

version bump #25

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
hemtt:
name: HEMTT
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Build with HEMTT
uses: gruppe-adler/action-release-with-hemtt@2.2.0
id: build
- name: Upload artifact
uses: actions/upload-artifact@1.0.0
with:
name: 'grad_stasi'
path: ${{ steps.build.outputs.zip_path }}