Skip to content

why wont you work

why wont you work #15

Workflow file for this run

name: Test the action
on:
workflow_dispatch:
push:
branches:
- "main"
jobs:
build:
name: Build TextureLoader
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
path: action
- uses: actions/checkout@v3
with:
repository: geode-sdk/textureldr
- name: Build the mod
uses: ${{ github.workspace }}/action