Check for files

This commit is contained in:
Mauro Balades
2024-07-22 19:02:36 +02:00
parent 4a287ad2eb
commit 358818b754
2 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ jobs:
npm i -g @zen-browser/surfer
- name: Bump version
if: ${{ github.event.inputs.update_version == 'true' }}
run: |
pnpm surfer ci --brand alpha --bump prerelease

View File

@@ -23,6 +23,7 @@ jobs:
- name: Setup
run: |
(New-Object System.Net.WebClient).DownloadFile("https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe","C:\MozillaBuildSetup-Latest.exe")
@@ -30,6 +31,7 @@ jobs:
- name: Generate
run: |
ls
$Env:USE_MINTTY = "0"
$workspace_dir = [regex]::replace($env:GITHUB_WORKSPACE, "^([A-Z]):", { "/" + $args.value.Substring(0, 1).toLower() }) -replace "\\","/"