From 9e8948d103c78ab44976a975bb46eb7aac6b7ac2 Mon Sep 17 00:00:00 2001 From: Moritz Schmidt Date: Sun, 13 Dec 2020 18:05:43 +0100 Subject: [PATCH] fix #96 - build on windows (#107) build on Windows to produce valid signatures --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4f44e4f..4a06ba39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,13 @@ on: [push, pull_request] jobs: hemtt: name: HEMTT - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout repo uses: actions/checkout@v2 - name: Build with HEMTT - uses: gruppe-adler/action-release-with-hemtt@1.1.3 + uses: gruppe-adler/action-release-with-hemtt@2.1.1 id: build - name: Upload artifact