Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/team-gsri/GSRI-Gear
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplicitDeny committed Mar 6, 2022
2 parents f82fffc + b8aef48 commit 34a4682
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -98,4 +106,4 @@ jobs:
--title "Version ${GITHUB_SHA::7}"
--notes "${{ github.event.head_commit.message }}"
--repo ${{ github.repository }}
./addons/*.pbo
./addons/*.pbo

0 comments on commit 34a4682

Please sign in to comment.