Skip to content

Commit

Permalink
fix #96 - build on windows (#107)
Browse files Browse the repository at this point in the history
build on Windows to produce valid signatures
  • Loading branch information
Fusselwurm authored Dec 13, 2020
1 parent 00b5bd8 commit 9e8948d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e8948d

Please sign in to comment.