Skip to content

Lifecycle: Reduce RPT Spam #645

Lifecycle: Reduce RPT Spam

Lifecycle: Reduce RPT Spam #645

Workflow file for this run

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