Skip to content

Fix artifact directory #28

Fix artifact directory

Fix artifact directory #28

name: Publish Artifact
on:
push:
branches-ignore:
- 'dependabot**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Publish artifact
uses: actions/upload-artifact@v2
with:
name: pioneer-uploader
path: ./dist
if-no-files-found: error