We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df56263 commit ae693deCopy full SHA for ae693de
1 file changed
.github/workflows/ci-launcher.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
cd OTAPI.Client.Launcher
73
dotnet publish -r ${{ matrix.profile.runtime_identifier }} --framework net6.0 -p:PublishReadyToRun=true --self-contained false -c Release
74
- if ${{ matrix.profile.runs_on != 'macos_latest' }} ; then
+ if ${{ matrix.profile.runs_on != 'macos-latest' }} ; then
75
7z a ../${{ matrix.profile.archive_name }} './bin/Release/net6.0/${{ matrix.profile.runtime_identifier }}/publish/*'
76
else
77
mkdir -p OTAPI.app/Contents/Resources
0 commit comments