We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa36ab commit 4e50e66Copy full SHA for 4e50e66
.github/workflows/build-firefox.yml
@@ -44,6 +44,5 @@ jobs:
44
version: ${{ matrix.version }}
45
- if: runner.os != 'Windows'
46
run: ${{ steps.browser.outputs.binary }} --version
47
- - run: ls "${{ steps.browser.outputs.path }}"
48
- if: runner.os == 'Windows'
49
run: (Get-Item (Get-Command "${{ steps.browser.outputs.path }}\${{ steps.browser.outputs.binary }}").Source).VersionInfo.ProductVersion
0 commit comments