Skip to content

feat(skin): Set anchor to textures #69

feat(skin): Set anchor to textures

feat(skin): Set anchor to textures #69

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get git short sha
shell: bash
run: echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
- name: Use pnpm
uses: pnpm/action-setup@v2
with:
version: latest
run_install: false
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- name: Upload build artifact
uses: actions/[email protected]
with:
name: build-${{ env.sha_short }}
path: dist/