Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
drphil3d committed Jun 2, 2020
1 parent 3be7cfb commit 6a15cc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ jobs:
name: firmware
# Directory containing files to upload
path: .pio/build/LPC1769/artifacts
- name: Automatic Releases
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "SKR-1.4-Turbo"
prerelease: false
title: "Printrbot Play Heated Bed - Printrboard RevF"
files: .pio/build/LPC1769/artifacts/firmware.bin

0 comments on commit 6a15cc5

Please sign in to comment.