mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 13:32:51 -05:00
19 lines
357 B
YAML
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
|