mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-02 19:37:52 +00:00
Upload build artifacts to workflow job
This commit is contained in:
parent
8c6c58f12f
commit
0330c596e4
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