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@d9b0d1a00beb065a9a931a60ef615ce8d1fc7164
permissions:
contents: write
with:
modules: >-
["SmokeAPI"]
zip_command: >
zip -j $ZIP_NAME
artifacts/*/*.dll
config: Debug