Skip to content

chore: fix action

chore: fix action #4

Workflow file for this run

# Based on https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml
name: Symbols
on:
push:
branches:
- '*'
env:
SYMBOL_UPLOAD_CLIENT_ID: ${{ secrets.SYMBOL_UPLOAD_CLIENT_ID }}
SYMBOL_UPLOAD_CLIENT_SECRET: ${{ secrets.SYMBOL_UPLOAD_CLIENT_SECRET }}
jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout βœ…
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup πŸ—
uses: actions/setup-node@v2
with:
node-version: lts/*
cache: 'npm'
- name: Install βš™οΈ
run: npm i --legacy-peer-deps
- name: Build πŸ› 
run: npm run build:ci
- name: Symbols πŸ“¦
uses: BugSplat-Git/symbol-upload@main
with:
clientId: "${{ secrets.SYMBOL_UPLOAD_CLIENT_ID }}"
clientSecret: "${{ secrets.SYMBOL_UPLOAD_CLIENT_SECRET }}"
database: "fred"
application: "bugsplat-ng"
version: "1.0"
files: "**/*.js.map"
directory: dist