mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-05 00:38:15 +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
|
- created
|
||||||
|
|
||||||
# Allows the workflow to be triggered manually from the Actions tab
|
# Allows the workflow to be triggered manually from the Actions tab
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -162,3 +162,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: './binaries/*'
|
files: './binaries/*'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
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