1
0
mirror of https://github.com/originalnicodr/CinematicUnityExplorer.git synced 2025-07-18 17:38:01 +08:00

Add support to 32bit igcsdof. (#91)

Add support to 32bit igcsdof.
This commit is contained in:
Sebastián A.
2024-10-05 12:56:40 -03:00
committed by GitHub
parent 6c493aaf7d
commit 78bf2fc634
5 changed files with 38 additions and 13 deletions

View File

@ -131,3 +131,9 @@ jobs:
with:
name: UnityIGCSConnector.dll
path: ./Release/UnityIGCSConnector.dll
- name: Upload Unity IGCS Connector 32bit
uses: actions/upload-artifact@v3
with:
name: UnityIGCSConnector.32.dll
path: ./Release/UnityIGCSConnector.32.dll