Upload build artifacts to workflow job

This commit is contained in:
Ben Lye 2020-12-20 19:56:28 +00:00
parent 8c6c58f12f
commit 0330c596e4

View File

@ -25,7 +25,7 @@ on:
- created
# Allows the workflow to be triggered manually from the Actions tab
# workflow_dispatch:
workflow_dispatch:
jobs:
build:
@ -162,3 +162,10 @@ jobs:
with:
files: './binaries/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Upload Artifacts'
if: env.HAVE_FILES == 'true'
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: ./binaries/