Skip to content

Commit

Permalink
fixed firefox installer
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Dec 1, 2022
1 parent 8c6fba9 commit 4e4eb11
Show file tree
Hide file tree
Showing 14 changed files with 6,874 additions and 5,912 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [latest, dev, beta, stable, 850100]
version: [latest, dev, beta, stable, 1000000]
os: [ubuntu, macos, windows]
exclude:
- os: macos
version: 850100
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [latest, latest-devedition, latest-beta, latest-esr]
version: [latest, latest-devedition, latest-beta, latest-esr, '84.0' ]
os: [ubuntu, windows, macos]
exclude:
- os: macos
Expand Down
26 changes: 26 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ This action sets various different browsers for use:
- [x] Install and setup latest Chrome
- [ ] Install and setup latest Edge
- [x] Install and setup latest Firefox
- [x] Cross platform runner (macOS, Linux, Windows)
- [x] Cross-platform runner (macOS, Linux, Windows)
- [x] Install by channel (stable, beta, dev)
- [x] Install by version number (88.0.4324, or 88.0)

_Note: For Chrome versions refer to https://www.chromium.org/getting-involved/download-chromium/_

## Usage

Basic usage:
Expand Down
4 changes: 3 additions & 1 deletion dist/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e4eb11

Please sign in to comment.