Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chadj2 committed Feb 26, 2024
1 parent 946057d commit 9027244
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ name: Release to Github
on:
release:
types: [published]
workflow_dispatch:


jobs:
build:
name: Create Distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/build.yml
uses: ./.github/workflows/build.yml

github-release:
name: Upload them to GitHub Release
Expand Down

0 comments on commit 9027244

Please sign in to comment.