Skip to content

output the geode files #23

output the geode files

output the geode files #23

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
id: geode
uses: ./myawesome
- uses: actions/upload-artifact@v3
with:
name: Mod
path: "${{ steps.geode.outputs.build-output }}/*.geode"