Skip to content

Added Base64 Script #14

Added Base64 Script

Added Base64 Script #14

Workflow file for this run

name: Build & Package
on:
project:
types: [closed]
pull_request:
types: [closed]
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Libraries
run: |
npm install
- name: Build & Package App
run: |
npm run package
- name: Artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: |
sharepoint/solution/better-hero.sppkg