Skip to content

fix clone path again #21

fix clone path again

fix clone path again #21

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:
repository: geode-sdk/textureldr
- uses: actions/checkout@v3
with:
path: myawesome
- shell: bash
run: ls -R
- name: Build the mod
uses: ./myawesome