Skip to content

Commit

Permalink
Add generate packages call
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jul 1, 2024
1 parent 318ace8 commit e5a4cc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ concurrency:
cancel-in-progress: false

jobs:
Generate-Packages:
uses: ResoniteModdingGroup/ReferencePackages/.github/workflows/generator.yml@main
secrets: inherit

Build:
runs-on: ubuntu-latest
needs: [ Generate-Packages ]
steps:
# Setup environment
- name: Checkout
Expand Down

0 comments on commit e5a4cc8

Please sign in to comment.