From 36b32bf1e578c534e1ebaf68dcabcb816c02300a Mon Sep 17 00:00:00 2001 From: Tony Mamacos Date: Tue, 5 Dec 2023 00:52:50 +0200 Subject: [PATCH 1/3] Update release.yml --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67efdd6..2827257 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: From 3ddea2eccfaaac6add079d0915da251ab5b908ed Mon Sep 17 00:00:00 2001 From: Tony Mamacos Date: Tue, 5 Dec 2023 00:53:07 +0200 Subject: [PATCH 2/3] Update build.yml --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaf14c3..8256b6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 From dfc61a5b43d16ad2bd3fc867a16ee6cd1288121d Mon Sep 17 00:00:00 2001 From: Tony Mamacos Date: Tue, 5 Dec 2023 09:21:49 +0200 Subject: [PATCH 3/3] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2827257..a69f4e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,4 +15,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: release/ArduRacerFx + files: ArduRacerFx