mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 13:32:51 -05:00
Fixed CI
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
with:
|
with:
|
||||||
arch: [ 32, 64 ]
|
arch: '[ 32, 64 ]'
|
||||||
config: Release
|
config: Release
|
||||||
modules: [ "SmokeAPI" ]
|
modules: '[ "SmokeAPI" ]'
|
||||||
zip_command: >
|
zip_command: >
|
||||||
zip -j $ZIP_NAME
|
zip -j $ZIP_NAME
|
||||||
artifacts/*/*.dll
|
artifacts/*/*.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user