Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
5idereal authored Oct 28, 2023
1 parent f4c7652 commit 3aefe2f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Build
run: python ./build.py
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./build/releases/*.aseprite-extension

0 comments on commit 3aefe2f

Please sign in to comment.