mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 19:48:11 +00:00
Merge pull request #485 from benlye/store-artifacts
Upload build artifacts to workflow job
This commit is contained in:
commit
df409fddf5
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user