Disable Lighting30Shader hooks, the second one can cause issue in som… #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deploy | |
on: | |
push: | |
branches: [master] | |
tags: | |
- '*' | |
jobs: | |
NVRdeploy: | |
name: NVRdeploy | |
if: github.ref_type == 'tag' && contains(github.ref_name, 'NVR') | |
uses: ./.github/workflows/deploy.yml | |
with: | |
projectname: "NewVegasReloaded" | |
ORdeploy: | |
name: ORdeploy | |
if: github.ref_type == 'tag' && contains(github.ref_name, 'OR') | |
uses: ./.github/workflows/deploy.yml | |
with: | |
projectname: "OblivionReloaded" |