Skip to content

Commit aaac873

Browse files
committed
Github action, releases only
1 parent 372c7a8 commit aaac873

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
3-
3+
tags:
4+
- 'v*'
45
env:
56
CHIRP_DIR: ${{github.workspace}}\temp\chirp
67
BASH: C:\tools\cygwin\bin\bash
@@ -87,12 +88,6 @@ jobs:
8788
--add-data "chirp/drivers;chirp/drivers/"
8889
"chirpwx.py";
8990
90-
- name: 'Upload exe Artifact'
91-
uses: actions/upload-artifact@v3
92-
with:
93-
name: CHIRP_egzumer
94-
path: ${{env.CHIRP_DIR}}\dist\CHIRP_egzumer.exe
95-
9691
- name: Upload onefile to release
9792
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
9893
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)