Skip to content

Commit ae693de

Browse files
committed
Fix MacOS structure in Launcher CI
1 parent df56263 commit ae693de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-launcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
cd OTAPI.Client.Launcher
7373
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
74+
if ${{ matrix.profile.runs_on != 'macos-latest' }} ; then
7575
7z a ../${{ matrix.profile.archive_name }} './bin/Release/net6.0/${{ matrix.profile.runtime_identifier }}/publish/*'
7676
else
7777
mkdir -p OTAPI.app/Contents/Resources

0 commit comments

Comments
 (0)