[CI] Rationalize Backtrace tokens

This commit is contained in:
Mat Sutcliffe
2020-09-15 18:23:39 +01:00
parent ff9baf605b
commit aa32544b53
5 changed files with 19 additions and 6 deletions

View File

@@ -70,7 +70,8 @@ jobs:
runs-on: ubuntu-16.04
needs: preBuild
env:
BACKTRACE_TOKEN: ${{ secrets.BACKTRACE_TOKEN }}
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
BITROCK_BUILDER: ~/installbuilder/bin/builder
outputs:
warnings: ${{ steps.warnings.outputs.warnings }}
@@ -148,7 +149,8 @@ jobs:
runs-on: windows-2019
needs: preBuild
env:
BACKTRACE_TOKEN: ${{ secrets.BACKTRACE_TOKEN }}
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
BITROCK_BUILDER: "$(USERPROFILE)/installbuilder/bin/builder-cli.exe"
outputs:
warnings: ${{ steps.warnings.outputs.warnings }}
@@ -231,7 +233,8 @@ jobs:
runs-on: windows-2019
needs: preBuild
env:
BACKTRACE_TOKEN: ${{ secrets.BACKTRACE_TOKEN }}
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
BITROCK_BUILDER: "$(USERPROFILE)/installbuilder/bin/builder-cli.exe"
outputs:
warnings: ${{ steps.warnings.outputs.warnings }}
@@ -308,7 +311,8 @@ jobs:
runs-on: macos-10.15
needs: preBuild
env:
BACKTRACE_TOKEN: ${{ secrets.BACKTRACE_TOKEN }}
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
BITROCK_BUILDER: /Applications/installbuilder/bin/Builder.app/Contents/MacOS/installbuilder.sh
outputs:
warnings: ${{ steps.warnings.outputs.warnings }}