Merge pull request #485 from benlye/store-artifacts

Upload build artifacts to workflow job
This commit is contained in:
Ben Lye 2020-12-20 20:15:21 +00:00 committed by GitHub
commit df409fddf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/