|
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|
|
|
|
COMMAND: AM2RModPacker -r osx-x64 --no-self-contained -o builds/macOS-latest
|
|
|
|
|
ARTIFACT: builds/macOS-latest
|
|
|
|
|
- os: windows-latest
|
|
|
|
|
COMMAND: AM2RModPacker -p:PublishSingleFile=true -r win-x86 --no-self-contained -o builds/windows-latest -p:BuildPlatform=Windows
|
|
|
|
|
COMMAND: AM2RModPacker -p:PublishSingleFile=true -r win-x86 --no-self-contained -o builds/windows-latest
|
|
|
|
|
ARTIFACT: builds/windows-latest
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
|
|
|
|
|
|