Skip to content

Commit

Permalink
fixed build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alters-mit committed Sep 12, 2023
1 parent 75ae5d9 commit 5efeb38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: True

jobs:
publish-ubuntu:
publish-linux-and-windows:
name: Publish for Linux and Windows
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -67,6 +67,3 @@ jobs:
tag: ${{ inputs.version }}
release_name: ${{ inputs.version }}
overwrite: true
publish-windows:
name: Publish for Windows
runs-on: windows-latest

0 comments on commit 5efeb38

Please sign in to comment.