Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Apr 17, 2024
1 parent bf0153f commit ccbd072
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:

- name: Bootstrap Firefox
env:
NAME: ${{ runner.os == 'Mac' && 'Nightly' || 'bin' }}
TYPE: ${{ runner.os == 'Mac' && matrix.type == 'debug' && 'Debug' || '' }}
EXT: ${{ runner.os == 'Mac' && '.app' || '' }}
NAME: ${{ runner.os == 'MacOS' && 'Nightly' || 'bin' }}
TYPE: ${{ runner.os == 'MacOS' && matrix.type == 'debug' && 'Debug' || '' }}
EXT: ${{ runner.os == 'MacOS' && '.app' || '' }}
run: |
cd mozilla-unified
{
Expand Down Expand Up @@ -102,9 +102,9 @@ jobs:
- name: Build Firefox
env:
NAME: ${{ runner.os == 'Mac' && 'Nightly' || 'bin' }}
TYPE: ${{ runner.os == 'Mac' && matrix.type == 'debug' && 'Debug' || '' }}
EXT: ${{ runner.os == 'Mac' && '.app' || '' }}
NAME: ${{ runner.os == 'MacOS' && 'Nightly' || 'bin' }}
TYPE: ${{ runner.os == 'MacOS' && matrix.type == 'debug' && 'Debug' || '' }}
EXT: ${{ runner.os == 'MacOS' && '.app' || '' }}
run: |
cd mozilla-unified
./mach build
Expand Down

0 comments on commit ccbd072

Please sign in to comment.