File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 pull_request :
88 branches : [ "main" ]
99
10+ env :
11+ VersionSuffix : ${{ github.event_name == 'workflow_dispatch' && 'manualtrigger' || null }}
12+
1013jobs :
1114 build-ffi :
1215 name : ' Build Regorus FFI: (${{ matrix.runtime.target }})'
6467
6568 - run : echo '${{ steps.stepid.outputs.dotnet-version }}'
6669
67- # The command to update the Github environment variables is slightly different between Linux/Windows
68- # We need both for the test_nuget step so set them both here even though the build always runs on Linux
69- - name : Set VersionSuffix environment variable
70- if : github.event_name == 'workflow_dispatch' && startswith(matrix.os, 'ubuntu')
71- run : echo "VersionSuffix=manualtrigger" >> $GITHUB_ENV
72-
73- - name : Set VersionSuffix environment variable
74- if : github.event_name == 'workflow_dispatch' && startswith(matrix.os, 'windows')
75- run : echo "VersionSuffix=manualtrigger" >> $env:GITHUB_ENV
76-
7770 - name : Download regorus ffi shared libraries
7871 uses : actions/download-artifact@v4
7972 with :
You can’t perform that action at this time.
0 commit comments