Skip to content

fix(bedrock): Reconstruct Z in normal maps (#252) #8

fix(bedrock): Reconstruct Z in normal maps (#252)

fix(bedrock): Reconstruct Z in normal maps (#252) #8

Workflow file for this run

name: Bedrock Branch
on:
push:
branches: [ main ]
permissions: write-all
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Bedrock
uses: actions/checkout@v3
with:
ref: bedrock
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- name: Sync main to bedrock
run: |
git rm -rf ./RP
git checkout origin/main -- bedrock/pack/RP
git mv ./bedrock/pack/RP ./RP
git add ./RP
git push origin bedrock