Skip to content

Build from the solution instead of the dll files #36

Build from the solution instead of the dll files

Build from the solution instead of the dll files #36

Workflow file for this run

name: Regenerate Resource Files

Check failure on line 1 in .github/workflows/resources.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/resources.yml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
push:
paths:
- ".github/workflows/resources.yml"
- "res/**"
- "tools/generate-assets.sh"
paths-ignore:
- "res/config.json"
workflow_dispatch:
permissions: write-all
jobs:
regenerate-assets:
name: Regenerate Resource Files
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Assets
run: tools/generate-assets.sh