Skip to content

aseprite

aseprite #1

Workflow file for this run

name: aseprite
on:
workflow_dispatch:
inputs:
version:
description: "Version to build, leave empty for latest"
required: false
jobs:
build:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
id: build
shell: cmd
run: call build.cmd
env:
ASEPRITE_VERSION: ${{ github.event.inputs.version }}
- name: Archive
uses: actions/upload-artifact@v4
with:
name: aseprite-${{ steps.build.outputs.ASEPRITE_VERSION }}
path: github
if-no-files-found: error