Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed May 2, 2024
1 parent e6bedf1 commit 3647986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push: # Note: will run on tags push too
pull_request:
workflow_dispatch: # manual run
workflow_call:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
uses: TuxSH/3ds-hbmenu/.github/workflows/build.yml@v1
uses: ./.github/workflows/build.yaml
publish_release:
name: Publish release archive
needs: build
Expand Down

0 comments on commit 3647986

Please sign in to comment.