mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -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:
|
||||
contents: write
|
||||
with:
|
||||
arch: [ 32, 64 ]
|
||||
arch: '[ 32, 64 ]'
|
||||
config: Release
|
||||
modules: [ "SmokeAPI" ]
|
||||
modules: '[ "SmokeAPI" ]'
|
||||
zip_command: >
|
||||
zip -j $ZIP_NAME
|
||||
artifacts/*/*.dll
|
||||
|
||||
Reference in New Issue
Block a user