Skip to content

Fix PS4 TR11 bigfile not opening #12

Fix PS4 TR11 bigfile not opening

Fix PS4 TR11 bigfile not opening #12

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
if: github.event_name != 'pull_request'
run: dotnet publish --configuration Release -o publish --no-restore
- name: Upload
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
with:
name: yura
path: publish