Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tonym128/ArduRacerFx
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 committed Dec 5, 2023
2 parents 7ac169d + dfc61a5 commit 1f4c6ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,3 @@ 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
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

on: workflow_dispatch
name: Upload Release Asset

jobs:
build:
Expand All @@ -11,4 +15,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: release/ArduRacerFx
files: ArduRacerFx

0 comments on commit 1f4c6ed

Please sign in to comment.