Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

refactor part of GetTextureFromVfs into GetTextureFromPtr #163

refactor part of GetTextureFromVfs into GetTextureFromPtr

refactor part of GetTextureFromVfs into GetTextureFromPtr #163

Workflow file for this run

name: 'Build'
on:
- 'push'
jobs:
release:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- name: 'Setup .NET Core SDK'
uses: 'actions/setup-dotnet@v3'
with:
dotnet-version: '6.0.x'
- name: 'Build'
run: 'dotnet publish --configuration Release -o ./__publish/ -v normal PxCs'
- name: 'Publish'
uses: 'actions/upload-artifact@v3'
with:
name: 'Managed Library'
path: '__publish'