Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 authored Dec 4, 2023
1 parent 49307ae commit 631355c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,10 @@ jobs:
name: ArduRacerFx
path: release/
# retention-days: 30

# Create a release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: release/ArduRacerFx

0 comments on commit 631355c

Please sign in to comment.