diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a91316..f107d15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,6 +56,14 @@ jobs: target: 'addons' includes: '*.xml' flags: '-clear' + + - name: Build GSRI Uniforms + uses: team-gsri/actions-addon-builder@master + with: + source: 'addons/gsri_uniforms' + target: 'addons' + includes: '*.paa;*.xml;*.rvmat' + flags: '"-clear","-prefix=fr/gsri/uniforms"' - name: Build GSRI Vanilla Compat uses: team-gsri/actions-addon-builder@master @@ -98,4 +106,4 @@ jobs: --title "Version ${GITHUB_SHA::7}" --notes "${{ github.event.head_commit.message }}" --repo ${{ github.repository }} - ./addons/*.pbo \ No newline at end of file + ./addons/*.pbo