mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -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@15d5cfc2e515bc72e47da6c0c563820cff98551f
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
modules: >-
|
|
["SmokeAPI"]
|
|
|
|
zip_command: >
|
|
zip -j $ZIP_NAME
|
|
artifacts/*/*.dll
|
|
|
|
config: Debug
|