Skip to content

Commit

Permalink
Simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Feb 9, 2024
1 parent af97100 commit eb497df
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ on:
branches: [ v2.1 ]

jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
build:
needs: setup
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -43,4 +35,7 @@ jobs:
- name: upload
uses: softprops/action-gh-release@v1
with:
tag_name: Latest
files: ${{ matrix.archive }}
body: |
Latest CI build of Morrobroom

0 comments on commit eb497df

Please sign in to comment.