You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SmokeAPI/.github/workflows/ci.yml

19 lines
357 B
YAML

name: Continuous Integration
on: push
jobs:
ci:
name: CI
uses: acidicoala/KoalaBox/.github/workflows/build-and-package.yml@a9a657f17a353cd273e3127bdd2c864610008d83
permissions:
contents: write
with:
modules: >-
["SmokeAPI"]
zip_command: >
zip -j $ZIP_NAME
artifacts/*/*.dll
config: Debug