Skip to content

added test branch to actions for testing #1

added test branch to actions for testing

added test branch to actions for testing #1

name: Build Binary Artifacts and Sign
on:
workflow_dispatch:
push:
branches:
- main
- build-workflow
paths:
- 'lib/**'
- 'index.js'
- 'build.sh'
- '.github/workflows/build-binary-artifacts.yml'
# tags:
# - 1.**
jobs:
build-binary-artifacts-and-sign:
name: Build binary artifacts, sign, export
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- name: run build script
id: run-build-script
run: ./build.sh
- name: Upload archives
uses: actions/upload-artifact@v3
with:
name: binary-artifacts
path: ./dist
if-no-files-found: error